https://github.com/cucumber/messages-ndjson
Serialize and deserialize Cucumber Messages to and from json
https://github.com/cucumber/messages-ndjson
Last synced: 3 months ago
JSON representation
Serialize and deserialize Cucumber Messages to and from json
- Host: GitHub
- URL: https://github.com/cucumber/messages-ndjson
- Owner: cucumber
- License: mit
- Created: 2026-01-12T14:44:49.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-03-02T22:05:02.000Z (3 months ago)
- Last Synced: 2026-03-03T00:46:24.045Z (3 months ago)
- Language: Java
- Homepage:
- Size: 165 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
⚠️ This is an internal package; you don't need to install it in order to use the JSON Formatter.
[](https://search.maven.org/search?q=g:io.cucumber%20AND%20a:messages-ndjson)
# Messages JSON
Serialize and deserialize [Cucumber Messages](https://github.com/cucumber/messages/)
to and from JSON.
This functionality is intentionally kept separate from Cucumber messages. The
backing (de-)serialisation is provided by [Jackson](https://github.com/FasterXML/jackson)
which gets frequent updates. As messages is used by every other project in the
Cucumber ecosystem including could result a cascade of releases.
This limits the release cascade to only those projects that use Jackson in
production code.