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.
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.
Published: 10. September 2025 • java, jackson, json
Implementing different JSON views with Jackson's @JsonView annotation in Java.