Re: [Pharo-dev] Add JSONSchemas to NeoJSON

2017-08-18 Thread Sven Van Caekenberghe
itioned on his enjoying his > vacations. > > - HH > > >> Original Message >> Subject: Re: [Pharo-dev] Add JSONSchemas to NeoJSON >> Local Time: August 13, 2017 2:53 PM >> UTC Time: August 13, 2017 6:53 PM >> From: stepharo.s..

Re: [Pharo-dev] Add JSONSchemas to NeoJSON

2017-08-13 Thread henry
Thank you, Stef. I sent to him email, conditioned on his enjoying his vacations. - HH > Original Message > Subject: Re: [Pharo-dev] Add JSONSchemas to NeoJSON > Local Time: August 13, 2017 2:53 PM > UTC Time: August 13, 2017 6:53 PM > From: stepharo.s...@gmail.

Re: [Pharo-dev] Add JSONSchemas to NeoJSON

2017-08-13 Thread Tudor Girba
+1 Doru > On Aug 13, 2017, at 8:53 PM, Stephane Ducasse wrote: > > Hi henry > > Here is the email of sven Van Caekenberghe > > He is probably on vacation else he would have replied. > This is great if you can extend neoJSON it is a nice and important

Re: [Pharo-dev] Add JSONSchemas to NeoJSON

2017-08-13 Thread Stephane Ducasse
Hi henry Here is the email of sven Van Caekenberghe He is probably on vacation else he would have replied. This is great if you can extend neoJSON it is a nice and important piece of software. Stef On Sat, Aug 12, 2017 at 10:04 PM, henry wrote: > Is

Re: [Pharo-dev] Add JSONSchemas to NeoJSON

2017-08-13 Thread henry
Hello Esteban, Do you have Sven's email? I would like to discuss with him. I am currently considering combining ASN1 Modules, Fuel substitution and NeoJSON encoding. It is some work. Regards, - HH > Original Message > Subject: Re: [Pharo-dev] Add JSONSchemas to N

Re: [Pharo-dev] Add JSONSchemas to NeoJSON

2017-08-12 Thread henry
To be honest, I looked at Fuel, but it has changed: I can't find the FLDecoder. I had hoped such a framework could switch to JSon encoding, as the substitution framework is robust. I do not know if it's feasible. - HH On Sat, Aug 12, 2017 at 19:09, henry wrote: > I

Re: [Pharo-dev] Add JSONSchemas to NeoJSON

2017-08-12 Thread henry
I also need callbacks for substituation during encoding, SAX-like. I think custom mapping of NeoJSON does this, with clusters. But I am unsure. - HH On Sat, Aug 12, 2017 at 19:07, henry wrote: > I would like to help bring JSON Schemas to NeoJSON. I need that ability.

Re: [Pharo-dev] Add JSONSchemas to NeoJSON

2017-08-12 Thread henry
I would like to help bring JSON Schemas to NeoJSON. I need that ability. - HH On Sat, Aug 12, 2017 at 18:13, Esteban A. Maringolo wrote: > Sven is still the developer and maintaner of NeoJSON. It would be nice to > have JSON Schemas in NeoJSON. You could abort the read

Re: [Pharo-dev] Add JSONSchemas to NeoJSON

2017-08-12 Thread Esteban A. Maringolo
Sven is still the developer and maintaner of NeoJSON. It would be nice to have JSON Schemas in NeoJSON. You could abort the read of a stream if the schema is invalid, without having to build the whole object tree or to parse the whole stream. Regards! Esteban A. Maringolo 2017-08-12 17:04

[Pharo-dev] Add JSONSchemas to NeoJSON

2017-08-12 Thread henry
Is Sven still working on NeoJSON? I want to help expand it to use JSONSchemas. https://spacetelescope.github.io/understanding-json-schema/ I was looking at ASN1Module in Cryptography... - HH