I don't get it, how do you use JSON.parse() ?
Like this?
string output = HandleBars.Run("Tiraggo", "JSON.parse(" + json + ")");
It doesn't work, I'm totally lost, how could there not be a sample of passing in JSON? Seems like one of the whole points of the library, can anybody help here?
Like this?
string output = HandleBars.Run("Tiraggo", "JSON.parse(" + json + ")");
It doesn't work, I'm totally lost, how could there not be a sample of passing in JSON? Seems like one of the whole points of the library, can anybody help here?
- Mike