Ralph's Blog about this and that (RSS | Atom)

JSON-B (JSR 367) - Java API for JSON Binding

Published: 10. September 2025  •  java, json

A look at JSON-B (JSR 367), the Java API for JSON Binding, which provides a standard way to convert Java objects to and from JSON.

Using Jackson @JsonView for Multiple JSON Representations

Published: 10. September 2025  •  java, jackson, json

Implementing different JSON views with Jackson's @JsonView annotation in Java.