On Fri, 19 Aug 2022 at 05:05, Grant Edwards <grant.b.edwa...@gmail.com> wrote:
>
> On 2022-08-18, Chris Angelico <ros...@gmail.com> wrote:
> > On Fri, 19 Aug 2022 at 04:19, David at Booomer <da...@boomer.org> wrote:
> >
> >> The trailing , does make commenting out arguments easier but
> >> unexpected coming from ‘older’ languages. ;-)
> >
> > It's one of the frustrations with JSON, since that format doesn't
> > allow the trailing comma :)
>
> Yep, that's a constant, low-level pain for all the C code I deal with
> which generates JSON. You'd think after 10+ years of maintaining code
> that outputs JSON, I wouldn't trip over that any longer...
>

With some JSON files, I just cheat and define a shim at the end of arrays...

https://raw.githubusercontent.com/Rosuav/MustardMine/master/template.json

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to