[Catalyst] JSON instead of YAML?

Sebastian Riedel sri at oook.de
Wed Jan 25 06:56:07 CET 2006


After all the trouble with the current YAML implementation (Spiffy in  
production code is just too dangerous...), i've been thinking about  
moving to JSON for the default config.

myapp.json:

     {
         "name": "MyApp"
         "Foo": "Bar"
     }

instead of myapp.yml:

     ---
     name: MyApp
     Foo: Bar


More about JSON:

     http://www.crockford.com/JSON/


What do you think?


--
sebastian




More information about the Catalyst mailing list