everything-json
Advanced tools
Changelog
[1.2.0] 2024-05-05
everything-json
, in particular when using with Next.js during next build
with lots of static pagesChangelog
[1.0.0] 2023-10-30
JSON<any>
for JSON.path()
when the string cannot be parsed by the type system instead of never
.path()
.toObjectAsync()
crash on empty objects.path(rfc6901: string)
allows to directly retrieve a deeply nested JSON element using an RFC6901 path.proxify()
allows the creation of a Proxy
object that gives the illusion of working with a real native JS object.type
allows to identify the type of the underlying JSON element.expand()
returns primitive values as JavaScript values instead of a JSON
object with a single primitive valueexports
object to package.json
for ES6 compatibilitynode-pre-gyp
automatic retrieval/build of binaries