background preloader

JSON

Facebook Twitter

Write a JSON parser in C# By Patrick van Bergen [Download the JSON parser / generator for C#] The software is subject to the MIT license: you are free to use it in any way you like, but it must keep its license.

Write a JSON parser in C#

JSON. JSON is a language-independent data format.

JSON

It was derived from JavaScript, but as of 2017[update] many programming languages include code to generate and parse JSON-format data. The official Internet media type for JSON is application/json. JSON filenames use the extension .json. History[edit] JSON.