Package ‘jsonlite’

How to modify values in a JSON object using the bracket notation. var myObj, i, x = ""; myObj = { "name":"John", ................
................