Skip to content

rubenmoor/lenient-aeson

 
 

Repository files navigation

Lenient json parsing that ignores trailing commas, like

["foo","bar",]

and

{
  "foo": "bar",
  "fox": "bax",
}

Used for json-cleaner, a command-line tool that removes trailing commas.

Forked from bos/aeson

About

A fast Haskell JSON library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haskell 98.9%
  • Other 1.1%