You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Module extends standard Jackson streaming API (`JsonFactory`, `JsonParser`, `JsonGenerator`), and as such works seamlessly with all the higher level data abstractions (data binding, tree model, and pluggable extensions).
7
7
8
+
It also supports:
9
+
10
+
* CBOR Sequences ([RFC-8742](https://www.rfc-editor.org/rfc/rfc8742.html)) (root-level value sequences)
11
+
* uses standard Jackson databind `MappingIterator` and `SequenceWriter` abstractions
12
+
8
13
## Status
9
14
10
15
This module is considered stable and production quality (since 2.4). Similar to JSON- and other JSON-like
11
16
backends, it implementsfull support for all levels (streaming, data-binding, tree model).
0 commit comments