any way to store json data in multichain1.0 directly or to convert json data to hex directly using multichain javaapi

+1 vote
asked Sep 6, 2018 by swamy

1 Answer

+1 vote
No, MultiChain 1.0 does not have built-in support for JSON data. However you can use any JSON serialization library to convert the JSON to binary data, then send that in hexadecimal to MultiChain's APIs, then do the reverse conversion when reading. MultiChain 2.0 uses the UBJSON serialization format described at http://ubjson.org/
answered Sep 7, 2018 by MultiChain
...