pimbrouwers / Jay

An F# JSON parser & serializer
Apache License 2.0
12 stars 2 forks source link

Reading Json that contains comments #4

Open Numpsy opened 1 year ago

Numpsy commented 1 year ago

Hi,

It looks to me like Jay doesn't like parsing Json that contains comments... Those might not be 'officially' supported, but I see that FSharp.Data was changed to ignore them rather than breaking in https://github.com/fsprojects/FSharp.Data/pull/1448, so would there be any interest in trying to port that change over to here?

pimbrouwers commented 1 year ago

Hey Richard,

Thanks for reaching out.

This is definitely an upgrade we want to make. Are you comfortable spearheading that? Or would you like me to take care of it?

Numpsy commented 1 year ago

I'll give it a go