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