Code: Select all
{ "foo":  [ "bar", "baz" ] }
< /code>
In Python über etwas wie: < /p>
with open("example.json") as f:
j = json.load(f)
< /code>
Ich möchte eine Möglichkeit, die Zeilennummer und Position von z. j ["foo"] [0] Code: Select all
{ "foo":  [ "bar", "baz" ] }
< /code>
In Python über etwas wie: < /p>
with open("example.json") as f:
j = json.load(f)
< /code>
Ich möchte eine Möglichkeit, die Zeilennummer und Position von z. j ["foo"] [0]