Problem using cx_Freeze > auto-py-to-exe

Chris Angelico rosuav at gmail.com
Thu Aug 18 16:59:21 EDT 2022


On Fri, 19 Aug 2022 at 05:05, Grant Edwards <grant.b.edwards at gmail.com> wrote:
>
> On 2022-08-18, Chris Angelico <rosuav at gmail.com> wrote:
> > On Fri, 19 Aug 2022 at 04:19, David at Booomer <david at 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


More information about the Python-list mailing list