Skip to content

danslapman/fixon

Repository files navigation

fixon

fixon is a Scala JSON library with AST implemented as a fixpoint type

This approach allows to implement operations via recursion schemes.

Currently, fixon consists of the following modules:

  • fixon-ast - JSON AST
  • fixon-ops - JSON operations
  • fixon-circe - circe interoperability
  • fixon-parser-atto - JSON parse implemented via atto
  • fixon-parser-parboiled - JSON parse implemented via parboiled2

About

JSON with fixpoint flavour

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages