Difference between revisions of "JSON Pointer"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (Created page with "'''JSON Pointer''' defines a string syntax for identifying a specific value within a JavaScript Object Notation (JSON) document. == See also == * JSON * JSON Schema...") |
Karl Jones (Talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | '''JSON Pointer''' defines a string syntax for identifying a specific value within a JavaScript Object Notation (JSON) document. | + | '''JSON Pointer''' defines a string syntax for identifying a specific value within a JavaScript Object Notation ([[JSON]]) document. |
== See also == | == See also == | ||
Line 11: | Line 11: | ||
* [https://www.npmjs.com/package/json-pointer Some utilities for JSON pointers described by RFC 6901] | * [https://www.npmjs.com/package/json-pointer Some utilities for JSON pointers described by RFC 6901] | ||
* [http://susanpotter.net/blogs/software/2011/07/why-json-pointer-falls-short/ Why JSON Pointer falls short (and why XPath for JSON would be great)] | * [http://susanpotter.net/blogs/software/2011/07/why-json-pointer-falls-short/ Why JSON Pointer falls short (and why XPath for JSON would be great)] | ||
+ | * [https://zerokspot.com/weblog/2013/09/22/weeklyresearch-jsonpointer/ Weekly Research: JSON Pointer] | ||
[[Category:Computer science]] | [[Category:Computer science]] |
Latest revision as of 10:11, 22 August 2016
JSON Pointer defines a string syntax for identifying a specific value within a JavaScript Object Notation (JSON) document.