Category:JSON

From Rosetta Code

Jump to: navigation, search

Programming Language
JSON is a programming language. It may be used to instruct computers to accomplish a variety of tasks which may or may not be domain-specific.

Listed below are all of the tasks on Rosetta Code which have been solved using JSON.

See also: JSON on the HOPL


This page is a stub. It needs more information! You can help Rosetta Code by filling it in!

JavaScript Object Notation is a declarative subset of JavaScript, used to describe complex data structures for serialization. It supports primitive types boolean, integer, real, and string. From these, composite structures such as arrays and objects (key/value associations) can be constructed.

Articles in category "JSON"

There are 2 articles in this category.

C

E

Personal tools