Wimpie Nortje
Wed, 03 Feb 2010 22:10:42 -0800
JSON is not related to YAML at all except in that it is a simple data format.
That's true, but from the yaml v1.2 spec:"YAML can therefore be viewed as a natural superset of JSON, offering improved human readability and a more complete information model. This is also the case in practice; every JSON file is also a valid YAML file."
And as far as I can see from the specs, YAML also does not offer a direct wayThat is also true. I got the impression from wikipedia that YAML has a direct way to capture the binary data. From the specs I see that YAML uses base64 coding for binary data, which was what I hoped to prevent because it causes a lot of computation overhead.to capture binary data.
_______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
- [fpc-pascal] YAML support Wimpie Nortje
- Re: [fpc-pascal] YAML support Michael Van Canneyt
Re: [fpc-pascal] YAML support Wimpie Nortje
- Re: [fpc-pascal] YAML support ik
- Re: [fpc-pascal] YAML support Michael Van Canneyt