[Catalyst] JSON instead of YAML?
John Lifsey - Contractor -
john.lifsey at nrl.navy.mil
Wed Jan 25 16:16:51 CET 2006
I think that might be a silly argument.
Is
{
name => 'MyApp',
Foo => 'Bar',
};
noticeably harder to "know" than
{
"name": "MyApp"
"Foo": "Bar"
}
?
For the record, I'm totally fine with JSON, but the syntactic
differences are negligible.
Apologies if you were being sarcastic, I'm midway through coffee.
Chisel Wright wrote:
> On Wed, Jan 25, 2006 at 06:15:24AM -0800, Bill Moseley wrote:
>
>> Why not perl?
>>
>
> I don't want people to have to "know perl" to alter the application
> configuration.
>
>
More information about the Catalyst
mailing list