Link to home
Start Free TrialLog in
Avatar of gbzhhu
gbzhhuFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Translate simple XML to JSON

I need the JSON equavalent of the following XML please

<Farms>
      <Farm>
            <Name>Farm1</Name>
            <Description>Description1</Description>
            <Country>Japan</Country>
            <Size>210</Size>
            <Schedule>
                  <Date>01/12/2015</Date>
            </Schedule>
      </Farm>
      <Farm>
            <Name>Farm2</Name>
            <Description>Description2</Description>
            <Country>Canada</Country>
            <Size>550</Size>
            <Schedule>
                  <Date>17/06/2016</Date>
            </Schedule>
      </Farm>      
</Farms>
ASKER CERTIFIED SOLUTION
Avatar of neubda
neubda
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gbzhhu

ASKER

Many thanks for the quick response.  There are many converters I didn't know.  Only now I googled and found :-)