#{extends 'main.html' /} #{set title:'Home' /} This tool will help generate strongly typed Apex code for parsing a JSON structure given an example of the JSON.

Paste your json here, e.g. { "user" : { "name" : "Simon Fell", "twitter" : "@superfell" } }

#{if flash.error}

${flash.error}

#{/if}
Name for the generated class :
Create explicit parse code :


Written by Superfell & Metadaddy. Source code availabe @ Github