« JSON » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
(→Liens) |
|||
Ligne 32 : | Ligne 32 : | ||
= Query languages = | = Query languages = | ||
[http://www.jsonquerytool.com Tool] | [http://www.jsonquerytool.com Tool] | ||
* JSONPath | * [https://www.npmjs.com/package/jsonpath-plus JSONPath Plus] | ||
** [https://support.smartbear.com/alertsite/docs/monitors/api/endpoint/jsonpath.html JSONPath Syntax] | |||
* XPath for JSON | * XPath for JSON | ||
* JSONPointer | * JSONPointer |
Version du 27 janvier 2021 à 17:28
Liens
Définition
JavaScript Object Notation, tout comme XML, sert à sérialiser des données.
Structure
{ "nom": "valeur", "nom2": { "label1": "valeur", "label2": "valeur" }, "tableau": [ { "nom1": "valeur", "nom2": "valeur" }, { "nom1": "valeur", "nom2": "valeur" } ] } |
Query languages
- JSONPath Plus
- XPath for JSON
- JSONPointer