You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>JSON is a simple, yet powerful notation to specify data. It defines simple scalar types such as boolean, number (integers and reals) and string, and a couple of data structures: arrays (lists) and objects (dictionaries). For more information on the JSON format, visit <a href="http://www.json.org/">JSON.org</a>.</p>
<p>LitJSON is a C# .Net library to handle conversions from and to JSON (JavaScript Object Notation) strings.</p>