pascallouisperez / jsonmarshaller

JsonMarshaller is a Java 1.5 library that allows marshalling and unmarshalling of JSON objects to and from entities ("Java classes").
Apache License 2.0
1 stars 0 forks source link

Add Json.Value.toString #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
JSon.Value.toString should give a String representation of the JSON object.

In fact it is already the case and JSon.BaseValue.toString does the job
right, but this should be documented in the interface JSon.Value to be sure
that users can rely on toString.

Original issue reported on code.google.com by mguille...@yahoo.fr on 28 Apr 2010 at 1:09

GoogleCodeExporter commented 9 years ago
r126

Original comment by pascallo...@gmail.com on 28 Apr 2010 at 5:50