Re: [Pharo-users] [ANN] JSON schema implementation

2018-11-23 Thread Tudor Girba
Nice work! Thanks! Doru > On Nov 22, 2018, at 5:56 PM, Norbert Hartl wrote: > > JSONSchema > === > > This is an implementation of JSON Schema for the pharo language. It is used > to define the structure and values of a JSON string and to validate it. The > schema itself can be

Re: [Pharo-users] [ANN] JSON schema implementation

2018-11-22 Thread Esteban Maringolo
Thank you Norbert and IID. Another brick in the bridge towards mainstream. :) Regards, El jue., 22 nov. 2018 a las 18:11, Sven Van Caekenberghe () escribiĆ³: > > Nice. Another piece of the puzzle. Thank you. > > > On 22 Nov 2018, at 17:56, Norbert Hartl wrote: > > > > JSONSchema > > ===

Re: [Pharo-users] [ANN] JSON schema implementation

2018-11-22 Thread Francisco Ortiz PeƱaloza
This is great. Thanks! On Thu, 22 Nov 2018 at 18:10 Sven Van Caekenberghe wrote: > Nice. Another piece of the puzzle. Thank you. > > > On 22 Nov 2018, at 17:56, Norbert Hartl wrote: > > > > JSONSchema > > === > > > > This is an implementation of JSON Schema for the pharo language. It

Re: [Pharo-users] [ANN] JSON schema implementation

2018-11-22 Thread Sven Van Caekenberghe
Nice. Another piece of the puzzle. Thank you. > On 22 Nov 2018, at 17:56, Norbert Hartl wrote: > > JSONSchema > === > > This is an implementation of JSON Schema for the pharo language. It is used > to define the structure and values of a JSON string and to validate it. The > schema

[Pharo-users] [ANN] JSON schema implementation

2018-11-22 Thread Norbert Hartl
JSONSchema === This is an implementation of JSON Schema for the pharo language. It is used to define the structure and values of a JSON string and to validate it. The schema itself can be externalized for being consumed by a third party. I like to announce the availability of a JSON