I am building a servlet which responses with a json message.The problem is that i cant found documentation about how to create and how to parse the messages.Can someone give me a simple example of json message creation and parsing?
Thank you!!!!!
I am building a servlet which responses with a json message.The problem is that
Share
There’s some good documentation and links over at json.org.
But, for good measure, here’s some json:
You can also play around on this site to see what its going to look like.