Hi, I will read a bit about json-io and come back to you.
In any case, JSON is a standard that explicitly excludes typing info, and yes I know it has been added in several places. NeoJSON's mission is to stay true to the pure spec and to be efficient. Of course, it could be extended or subclassed if its original goals remain in place. BTW, STON is what I think JSON with typing info should be ;-) Sven > On 12 Feb 2015, at 06:33, S Krish <krishnamachari.sudha...@gmail.com> wrote: > > > > Can I extend NeoJSON to be more like json-io. > > * Object serialization > * format synchronization > > To help make it bidirectional for Pharo to external world serialization / > deserialization > > > Seems the closest to what is appropriate for Pharo - Scala/ Groovy / Java > > > Gson : no type information.. > Jackson: painful annotation or workarounds > >