can someone tell me how to use json? every other source on the internet is not helping

4 1 12

comments (single view)

javascript (i already know how to use it in python)

just use `JSON.parse()` with a json string as input and it returns an object

View all comments