can we convert json object into string and then convert into hex format

+2 votes
asked Sep 21, 2018 by swamy

1 Answer

0 votes
This will depend on the programming language you are using, but any modern programming language should have easy tools to convert a JSON object to a string, and then convert a string to its hex representation. If you state the language you are using we can add some more specific pointers here.
answered Sep 21, 2018 by MultiChain
i am using java can i do like this
...