$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] JSON Parser GSoC 2013
From: Bjorn Reese (breese_at_[hidden])
Date: 2013-04-13 04:41:25
On 04/12/2013 07:18 PM, Michael Marcin wrote:
> In practice you often find json that does not quote keys and I would
> prefer a useful library to a pedantic one for this task. You could have
> a strict mode I suppose.
>
> I pretty much just go by what http://jsonviewer.stack.hu/ accepts.
If we are to accept an extended syntax, then it should be absolutely
clear what those extensions are. I have no idea what the URL above
accepts.
Apart from unquoted keys, two other extensions I have seen are C-style
comments, and support for the floating-point values of infinity and NaN.
Are there other potential extensions?