I want to use JSON to represent JS objects send them to a Java program, and vice versa.
I would also like to do this for other languages. C# to Java maybe?
What do I use to do this? (Not sure if it is refered to as serialization or data binding)
Edit:
Once a Java object is represented in JSON, does this mean that JavaScript can parse it and convert it to the corresponding JavaScript objects? JSON libraries? or am I missing something?
以上就是JSON, JS to Java and Vice Versa, and other languages.的详细内容,更多请关注web前端其它相关文章!