rinehimer / jxtl

Automatically exported from code.google.com/p/jxtl
Apache License 2.0
0 stars 2 forks source link

YAML Support #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be very useful to allow the data dictionary to be a YAML document.  It 
shouldn't be too difficult to use a YAML representation internally for 
everything parsed since YAML 1.2 is a superset of JSON.  However, there 
currently is no C parser that supports 1.2 that I am aware of.

Original issue reported on code.google.com by rinehi...@gmail.com on 8 Sep 2010 at 5:39

GoogleCodeExporter commented 9 years ago
My original thought was to have the command line processor support YAML 
directly, but with the way the template language has evolved; I do not see this 
as necessary anymore.  If someone wanted to use YAML, it could be accomplished 
now that we have language bindings with Perl and Python.

Original comment by rinehi...@gmail.com on 30 Jan 2011 at 4:03