J'obtiens ce genre de JSON
réponse d'une curl
commande:
[
{
"cid": 49,
"pyn": "yi4",
"hans": "亿",
"hant": "億",
"tid": 68,
"l10n": "cent million",
"pid": 1,
"pos": "num",
"pos_txt": ""
},
{
"cid": 50,
"pyn": "yi4",
"hans": "亿",
"hant": "億",
"tid": 69,
"l10n": "100 millions",
"pid": 1,
"pos": "num",
"pos_txt": ""
}
]
Comment puis-je compter le nombre d'éléments dans le tableau (ici 2
), en utilisant Bash
ou une ligne de commande (par exemple underscore
)?