FasterXML / FasterXML/jackson-future-ideas
Officially support "ndjson"
- Vorherrschende Sprache
- Keine Sprachdaten
- Sterne
- 21
- Forks
- 3
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
While it is possible to massage the object mapper enough to produce newline-delimited json ("ndjson", see http://ndjson.org/), it would be great to have "official" support in Jackson through a module. Reading ndjson into a collection, list or stream would be straightforward as well (e.g. see https://github.com/CjHare/systematic-trading/blob/master/systematic-trading-backtest-output-elastic/src/main/java/com/systematic/trading/backtest/output/elastic/serialize/NdjsonListSerializer.java for a basic example on what a serializer could look like).
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.