Project: json-simple

Language java
OSS-Fuzz project link
Project repository link
Build status: Fuzzers succeeding: Build log
Build status: Code coverage succeeding: Build log
Build status: Fuzz Introspector succeeding: Build log
Fuzzer count 2
Lines of code 1589
Lines covered 382
Code coverage 24.04%
Code coverage report Report link
Static reachability 2.15%
Fuzz Introspector report Report link (from 2025-03-17)
Fuzzer Code coverage (lines) Latest Report Comments
JsonEncodeDecodeFuzzer 0% (avg: 0.0%, max: 0%) 2025-03-17
JsonParserFuzzer 0% (avg: 0.0%, max: 0%) 2025-03-17

Historical Progression

Per Fuzzer Progression

Functions of interest to fuzz

This section outlines functions that may be of interest to fuzz. They are based on ranking functions that have a lot of complexity but currently exhibit low code coverage. The complexity is calculated based on the function itself as well as the functions called by the given function, i.e. the tree of code that the function triggers.


This is only a minor amount of introspection information available for this project. Please consult the Fuzz Introspector report for more information, e.g. the introspection table of all functions in the target project available here.

Function name Function source file Accumulated cyclomatic complexity Code coverage
[org.json.simple.parser.JSONParser].parse(java.io.Reader,org.json.simple.parser.ContentHandler) /src/project-parent/json-simple/src/main/java/org/json/simple/parser/JSONParser.java 222 0.0%
[org.json.simple.parser.JSONParser].parse(java.io.Reader,org.json.simple.parser.ContentHandler,boolean) /src/project-parent/json-simple/src/main/java/org/json/simple/parser/JSONParser.java 222 0.0%
[org.json.simple.JSONValue].parse(java.io.Reader) /src/project-parent/json-simple/src/main/java/org/json/simple/JSONValue.java 200 0.0%
[org.json.simple.JSONValue].parseWithException(java.io.Reader) /src/project-parent/json-simple/src/main/java/org/json/simple/JSONValue.java 197 0.0%
[org.json.simple.parser.YylexTest].testYylex() /src/project-parent/json-simple/src/test/java/org/json/simple/parser/YylexTest.java 125 0.0%
[org.json.simple.JSONValue].writeJSONString(Object,java.io.Writer) /src/project-parent/json-simple/src/main/java/org/json/simple/JSONValue.java 106 0.0%
[org.json.simple.Test].testDecode() /src/project-parent/json-simple/src/test/java/org/json/simple/Test.java 47 0.0%
[org.json.simple.JSONObject].toString(String,Object) /src/project-parent/json-simple/src/main/java/org/json/simple/JSONObject.java 32 0.0%
[org.json.simple.JSONObject].escape(String) /src/project-parent/json-simple/src/main/java/org/json/simple/JSONObject.java 30 0.0%
[org.json.simple.JSONValue].escape(String) /src/project-parent/json-simple/src/main/java/org/json/simple/JSONValue.java 29 0.0%