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

I am trying to integrate Jsoniter in my project developed on a Netty framework but am facing Issue with “ No constructor for: interface io.netty.Channel” Could you please help how...

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.5 to 2.12.6.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.5&new-version=2.12.6.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.8.5 to 2.12.6.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.8.5&new-version=2.12.6.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

If Enum has override on toString() method then codegen fails. Example: Given model: ``` public enum AnimalType { ELEPHANT("elephant"); private String typeName; private AnimalType(String typeName) { this.typeName = typeName; }...

System.out.println(‘“

code like this. ```java String s = "[-12\"\"f,1,23]"; Any any = Any.lazyArray(s); JsonIterator iter = JsonIterator.parse(s); iter.readArray(); Any any2 = iter.readAny(); // It's lazy ```

Bumps [libthrift](https://github.com/apache/thrift) from 0.9.1 to 0.14.0. Release notes Sourced from libthrift's releases. Version 0.14.0 For release 0.14.0 head over to the official release download source: http://thrift.apache.org/download The assets below are...

dependencies

Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.22 to 1.2.83. Release notes Sourced from fastjson's releases. FASTJSON 1.2.83版本发布(安全修复) 这是一个安全修复版本,修复最近收到在特定场景下可以绕过autoType关闭限制的漏洞,建议fastjson用户尽快采取安全措施保障系统安全。 安全修复方案 :https://github.com/alibaba/fastjson/wiki/security_update_20220523 Issues 安全加固 修复JDK17下setAccessible报错的问题 #4077 下载 https://repo1.maven.org/maven2/com/alibaba/fastjson/1.2.83/ 文档 https://github.com/alibaba/fastjson/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98 源码 https://github.com/alibaba/fastjson/tree/1.2.83 fastjson 1.2.79版本发布,BUG修复 这又是一个bug...

dependencies

Bumps [gson](https://github.com/google/gson) from 2.8.3 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

See [fails](https://github.com/skjolber/datasets-json-benchmark/blob/master/frameworks/jsoniter-bench/src/test/java/org/nvd/json/jsoniter/reduced/TestDeserialization.java#L66) vs [works](https://github.com/skjolber/datasets-json-benchmark/blob/master/frameworks/jsoniter-bench/src/test/java/org/nvd/json/jsoniter/reduced/TestDeserialization2.java#L20).