V
vahag vardanyan
Hi))
am just begening programming with ruby))
but there is a problem with parsing json document
for example I type
require 'json'
JSON.parse '[{"name": "mike"}]'
and there is eror
`require': no such file to load -- json (LoadError).
I am not sudo in server, so I can't install any features.
So how I can parse Json document in Ruby???
sorru for bad English))))
am just begening programming with ruby))
but there is a problem with parsing json document
for example I type
require 'json'
JSON.parse '[{"name": "mike"}]'
and there is eror
`require': no such file to load -- json (LoadError).
I am not sudo in server, so I can't install any features.
So how I can parse Json document in Ruby???
sorru for bad English))))