Showing 21-40 of 2,164 packages
JSON.parse with bigint support and correct handling of scientific notation
Replacement for JSON.parse which converts long integers to strings
JSON.parse with bigints support
JSON.parse / JSON.stringify with int64 support
JSON.parse with bigints support
JSON.parse / JSON.stringify with long support
JSON.parse with bigints support for ESM
convert all the big integers to string in JSON before JSON.parse
A user-friendly wrapper for JSON.parse().
JSON.parse with bigints support
JSON.parse with bigints support
V8's maximum string size prevents using JSON.parse() for large JSON files. This module exposes JSON_parse() that should behave similarly to JSON.parse() except it expects a Uint8Array instead of a String. Using a Uint8Array lets it scale to much larger JS
JSON.parse only object keys
Curried function that calls `JSON.parse` on provided input returning either the parsed JSON or the specified default value if the data fails to parse as valid JSON instead of throwing a `SyntaxError`.
Just-In-Time JSON.parse compiler
Faster try/catch helper for JSON.parse
JSON.parse with bigints support
socket.io parser based on JSON.stringify / JSON.parse
Like `JSON.parse`, but preserving the key order from JSON objects; wherever `JSON.parse` produces a plain `object`, it produces a `Map`.
Minimal function suitable for passing to JSON.parse to revive common date-time strings into Date objects