![]() |
|
user_interface
plugin
processing
zoom
dial
keyboard
Get to know JsonML
Understanding JSON JavaScript Object Notation (JSON) aims to solve most of the issues with the use of XML, the parsing of that content, and it's translation into a more usable internal structure by utilizing the abilities of the JavaScript standard to exchange information. Back to top At it's heart JSON is still a text format, but it is more human readable and is more compatible with how you generally create nested data objects in many languages (including Perl, PHP, Python, Java, Ruby) and that works well with the JavaScript object format (which is essentially just a nested data structure anyway). A number of solutions to the problem are available.



