Bunny83 / SimpleJSON

A simple JSON parser in C#
MIT License
750 stars 295 forks source link

Dictionary to JNode? #6

Open singno opened 7 years ago

singno commented 7 years ago

Can dictionary parse to JNode?

// now what i have to do
var json = SerializeToJson(dict);
var N = JSON.parse(json);

// what i want
var N = JSON.parse(dict);