Lucas Satabin
Lucas Satabin
For some use cases, pre-condition for a given operation might be relaxed (e.g. the pre-condition that a deleted element has to exist). An optional `strict` boolean field can be added...
Based on the tools developped in #369, add support for a subset of jq rewritings.
Based on the tools introduced by #369, add XQuery support.
* [x] Copyless Streaming Tree Transducers which can be used to implement query languages over tree like data * [x] Streaming Finite State Transducers which can be used for matching...
Maybe have a look at https://github.com/scalacenter/sbt-version-policy
In some scenario, it is interesting to extract textual data based on some regular expression. This can be an interesting fs2-data module that handles this with corner cases (e.g. when...
The RFC defines conversion back and forth to/from JSON values. By leveraging the `Builder`/`Tokenizer` concept, we can add a module that allows for parsing/serializing CBOR streams to/from JSON values.
Closes #332