function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
IchigoIchigo 

Json in Apex - help

HI,

 

Can someone please provide me any code example where Json has been used along with vf page controller?

 

 

Thanks

 

Groundwire ConsultingGroundwire Consulting

I would like to explain the basic concept of JSON

 

The JSON stands for “Java Script Object Notation“.

  • JSON is used widely as an option to xml, because the xml is very verbose whereas the JSON is having very simple representation.
  • It Simply have a key and value pair combination.
  • DataTypes supported by the JSON are “Number, String, Boolean, Array, Object and null”.

For  more detailed information look at the fallowing link

 

http://shivasoft.in/blog/salesforce/json-output-in-visualforce/

 

and if you have any more questions please feel to contact me on support@groundwireconsulting.com