AsString (Object Json)
Author: | bjoern |
Date: | 13 Jun, 2013 |
Category: | plugin |
Credits: | uses Json.NET by James Newton-King, elias, gregsn, meso |
Download
64bit
Description
Serializes objects to json strings.
Comments
Comments are no longer accepted.Please create a new topic in the vvvv beta forum to discuss this contribution.
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.