Using JSON or XML as class template
This page was created by Lars.olofsson@mdriven.net on 2022-03-31. Last edited by Stephanie@mdriven.net on 2025-02-25.
 <root>
  <person id='1'>
    <name>Alan</name>
    <url>http://www.google.com</url>
  </person>
  <person id='2'>
    <name>Louis</name>
    <url>http://www.yahoo.com</url>
  </person>
 </root>