simdjson / simdjson-java

A Java version of simdjson, a high-performance JSON parser utilizing SIMD instructions
Apache License 2.0
266 stars 21 forks source link

Add JavaDoc to the public API #18

Open piotrrzysko opened 1 year ago

piotrrzysko commented 1 year ago

We should document the public API, e.g. the public methods in org.simdjson.SimdJsonParser and org.simdjson.JsonValue.