ejson4cpp icon indicating copy to clipboard operation
ejson4cpp copied to clipboard

A json parser for c++11 or above that aims to ensure the simplicity of the API while ensuring efficiency.

Results 1 ejson4cpp issues
Sort by recently updated
recently updated
newest added

This adds fuzzing by way of [ClusterFuzzLite](https://google.github.io/clusterfuzzlite/), which is a GitHub action that will perform a short amount of fuzzing for new PRs. The goal is to use fuzzing to...