data = {
"CEO": "William Hummel",
"CFO": "Carla Work"
}
I'm trying to parse the json data above with JSON.parse(data)
in IRC, but it won't work.
I'm getting the following error: "SyntaxError: (irb):44: syntax error, unexpected ':', expecting tASSOC"