{ "type": "object", "title": "Car", "properties": { "make": { "type": "string", "enum": [ "Toyota", "BMW", "Honda", "Ford", "Chevy", "VW" ] }, "model": { "type": "string" }, "year": { "type": "integer", "enum": [ 1995,1996,1997,1998,1999, 2000,2001,2002,2003,2004, 2005,2006,2007,2008,2009, 2010,2011,2012,2013,2014 ], "default": 2008 } }}I'm New into this. Could someone give me a hint/howto/tutorial for doing this?
<$macrocall $name="parsejson" data={{TestJSONData}} idx1="properties" idx2="make" idx3="enum" idx4="2" />