RosettaCodeData/Task/JSON/Sidef/json.sidef

6 lines
178 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
var json = require('JSON').new;
var data = json.decode('{"blue": [1, 2], "ocean": "water"}');
say data;
data{:ocean} = Hash.new(water => %w[fishy salty]);
say json.encode(data);