java icon indicating copy to clipboard operation
java copied to clipboard

jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go

Results 115 java issues
Sort by recently updated
recently updated
newest added

Hi, I am facing an odd issue running tests for my app with arquillian: whenever I try to parse a json (stream) with JSonIterator the test fails with the following...

Will run mvn test on each push on Ubuntu 18.04 using JDK 8

I'm using gradle for the first time in my Java project (not android) and I'd like to use static code gen. I've taken a look at the example gradle file...

This happens when a trailing comma exists in the JSON-file. It would be nice to be able to set a flag for trailing commas or automatically remove trailing commas. `Exception...

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Thanks for the great library. This fits our use-case quite neatly and has a great IO performance. :+1: As food-for-thought and/or possible feature request linked to the `JsonStream.setIndentionStep(DEFAULT_INDENTATION)` config. Would...

Dear contributors, We are a group of five students at the royal institute of technology in Stockholm. Our task in one course is to increase branch coverage in an open...

When mapping my JSON below `"{ \"ApprovalStatus\": 3, \"ApproverName\": \"Hi\" }"` to my java object defined as below ``` import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonPropertyOrder; import com.fasterxml.jackson.annotation.JsonProperty; import com.google.gson.annotations.SerializedName; import lombok.Getter; import...

error message: com.jsoniter.spi.JsonException: getter name conflict: normalizedYear