This site relies heavily on Javascript. You should enable it if you want the full experience.
Learn more.
AsString (Object Json)
plugin json object string
Credits: uses Json.NET by James Newton-King, elias, gregsn, meso
about
Serializes objects to json strings.
Thanks! Should maybe also go directly to addonpack as pendant to AsXElement (JSON)?
Wasn't sure because it depends on that library. Should also be possible to do the serialization with standard .NET methods, but I came across this only after I uploaded the plugin and it looked a bit cumbersome in comparison.
http://msdn.microsoft.com/en-us/library/bb412179(v=vs.100).aspx
hey thanks - didn't see ists already there ...
super, thanks
kiilo
is there a way to change normal string to JSON string?
I think like this,
input 1 key : sansui
input 2 value : beginner
output : {"sansui" : "beginner"}
If this module exists, I want to use for communicating with node.js.