Tags: gthill7/kazaam
Tags
Merge pull request qntfy#38 from JoshKCarroll/wildcard-fix Fix wildcard on empty array bug
Merge pull request qntfy#36 from JoshKCarroll/fast-json-validation Add experimental `IsJsonFast()` json validation
Merge pull request qntfy#35 from JoshKCarroll/use-jsonparser Migrate to jsonparser for significantly better performance. This is a breaking change, with kazaam now taking `[]byte` objects instead of `simplejson` objects, and no longer doing full JSON validation. kazaam is significantly faster and lower footprint now (2-10x less time and memory for most benchmarks).