Difference between revisions of "JSON Notes"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
* http://json-schema.org/ | * http://json-schema.org/ | ||
* http://www.jsonschema.net/ | * http://www.jsonschema.net/ | ||
* http://davidwalsh.name/json-validation | |||
* http://orderly-json.org/ | |||
==References== | ==References== | ||
Line 24: | Line 27: | ||
* http://json-schema.org/ | * http://json-schema.org/ | ||
* http://www.jsonschema.net/ | * http://www.jsonschema.net/ | ||
* http://crypt.codemancers.com/posts/2014-02-11-An-introduction-to-json-schema/ | |||
* https://code.google.com/p/jsonschema/ | |||
* https://groups.google.com/forum/#!forum/json-schema | |||
* https://pypi.python.org/pypi/jsonschema | * https://pypi.python.org/pypi/jsonschema | ||
Line 32: | Line 38: | ||
* http://orderly-json.org/tryit | * http://orderly-json.org/tryit | ||
* http://jsonviewer.stack.hu/ | * http://jsonviewer.stack.hu/ | ||
* http://jsonschemalint.com/ | |||
=Using JSON for C# Config FIle= | |||
* http://stackoverflow.com/questions/21171894/reading-external-configuration-file | |||
[[Category:Internet]] | [[Category:Internet]] | ||
[[Category:JSON]] | [[Category:JSON]] | ||
[[Category:Data]] | [[Category:Data]] |
Latest revision as of 08:56, 24 July 2014
JSON
- http://json-schema.org/
- http://www.jsonschema.net/
- http://davidwalsh.name/json-validation
- http://orderly-json.org/
References
Documents
- http://spacetelescope.github.io/understanding-json-schema/
- http://spacetelescope.github.io/understanding-json-schema/UnderstandingJSONSchema.pdf
JSONSchema
- http://json-schema.org/
- http://www.jsonschema.net/
- http://crypt.codemancers.com/posts/2014-02-11-An-introduction-to-json-schema/
- https://code.google.com/p/jsonschema/
- https://groups.google.com/forum/#!forum/json-schema
Online Tools
- http://json-schema-validator.herokuapp.com/
- http://orderly-json.org/tryit
- http://jsonviewer.stack.hu/
- http://jsonschemalint.com/