Ich erhalte diese Art von JSON
-Antwort von einem curl
-Befehl:
[
{
"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": ""
}
]
Wie kann ich die Anzahl der Elemente im Array (hier 2
) zählen, mithilfe von Bash
oder einer Befehlszeile (z.B. underscore
)?