java icon indicating copy to clipboard operation
java copied to clipboard

80% jackson adapter

Open taowen opened this issue 7 years ago • 2 comments

the jackson adapter should cover 80% usage scenario, including http://www.baeldung.com/jackson-json-view-annotation

  • [x] JsonAnyGetter 21K
  • [x] JsonAnySetter 22K
  • [x] JsonProperty - value() 255K
  • [x] JsonIgnore 138K
  • [ ] JsonAutoDetect 16K
  • [ ] JsonCreator 68K
  • [ ] JsonFormat 26K
  • [ ] JsonValue 15K
  • [ ] JsonIgnoreProperties 87K
  • [ ] JsonInclude 86K
  • [ ] JsonPropertyOrder 31K
  • [ ] JsonView 17K

taowen avatar May 05 '17 05:05 taowen

  • would be nice to document compatibility with jackson and have a little migration guide for those who'd like to move from jackson to jsoniter :)

fabienrenaud avatar May 22 '17 16:05 fabienrenaud

Any updates on this?

RaviH avatar Nov 05 '19 19:11 RaviH