json-view icon indicating copy to clipboard operation
json-view copied to clipboard

Programmatic JSON views with Jackson

Results 36 json-view issues
Sort by recently updated
recently updated
newest added

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.10.5.1 to 2.13.4.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.10.5.1&new-version=2.13.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.8 to 2.13.4.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.9.8&new-version=2.13.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

As shown below, the boolean getters starting with 'is' are ignored, but should be included in the json. This is in 1.0.1 and 1.1.0. ```java package com.pros.travel.commons.dropwizard.cassandra.dao; import static com.monitorjbl.json.Match.match;...

Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 4.1.4.RELEASE to 5.3.18. Release notes Sourced from spring-webmvc's releases. v5.3.18 :star: New Features Restrict access to property paths on Class references #28261 Introduce cancel(boolean mayInterruptIfRunning) in ScheduledTask...

dependencies

Bumps `jackson.version` from 2.9.8 to 2.13.2. Updates `jackson-core` from 2.9.8 to 2.13.2 Commits c5b123b [maven-release-plugin] prepare release jackson-core-2.13.2 21117ba Prepare for 2.13.2 releae 2b65ea1 Add bit more testing for names...

dependencies

Man, I must say, what you've produced here is great! I was able to wire this into an API I've been working on, and intercept every request to allow end...

When I use json-view dependency and create json view, I want return type as T. How can I do it when using standalone json view dependency

In spring boot, I am trying to use spring-json-view for response views. Everything seems working fine except after monitor jbl view is called , rest of the spring boot flow...

Hi! This seems to be the most elegant way to programmatically change json views based on user roles! Thank you for your work! Unfortunately as soon as I add ```java...