EsotericSoftware / jsonbeans

Java object graphs, to and from JSON automatically
BSD 3-Clause "New" or "Revised" License
91 stars 30 forks source link

Conversation using Node.js #16

Closed touhidurrr closed 2 years ago

touhidurrr commented 2 years ago

I want to parse the exproted minimal Json with Node.js. as expected JSON.parse dosn't work. How do I parse it?

NathanSweet commented 2 years ago

Use OutputType.json when using JsonBeans to write JSON other apps can read.

touhidurrr commented 2 years ago

I meant without using OutputType.json Playing a Game that doesn use it.

NathanSweet commented 2 years ago

Other apps won't be able to read it then, unless they have very loose JSON parsing. You can read it with jsonbeans and write it out again.