COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200902144718/https://github.com/topics/stringify
Here are
142 public repositories
matching this topic...
A querystring parser with nesting support
Updated
Aug 29, 2020
JavaScript
Parse and stringify URL query strings
Updated
Jul 19, 2020
JavaScript
Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
Updated
Apr 9, 2020
JavaScript
Dear ImGui Addons Branch = plain unmodified dear imgui plus some extra addon.
Parse and manipulate SRT (SubRip)
Updated
Aug 31, 2020
TypeScript
JSON parse and stringify with compression
Updated
Jul 13, 2020
TypeScript
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.
Updated
Jul 17, 2020
JavaScript
A pruning version of JSON.stringify, allowing for example to stringify window or any big or recursive object
Updated
Jul 29, 2020
JavaScript
🉑 Stringy - A PHP string manipulation library with multibyte support, performance optimized
Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`
Updated
Jul 19, 2020
TypeScript
Render cute JSON in React
Updated
Oct 14, 2018
TypeScript
Node.js lib to transform: lucene query → syntax tree → lucene query
Updated
Jul 20, 2020
JavaScript
A simple function that prints objects as ASCII tables. Supports ANSI styling and weird Unicode 💩 emojis – they won't break the layout.
Updated
Sep 12, 2019
JavaScript
Parse/stringify JSON and provide source-map for JSON-pointers to all nodes - supports BigInt, Maps, Sets and Typed arrays
Updated
Aug 24, 2020
JavaScript
A wrapper for JSON.stringify that handles circular references and prevent defined getters from throwing errors.
Updated
May 24, 2018
JavaScript
Updated
Oct 4, 2017
JavaScript
Stringify JSON *just enough* to see what it is
Updated
Jun 10, 2018
JavaScript
A modern, fast, RFC 4180 compliant parser for JS
Updated
Jun 22, 2020
JavaScript
utility to serialize hast to HTML
Updated
Aug 21, 2020
JavaScript
✔️ Typed JSON parse and stringify for TypeScript
Updated
Mar 27, 2020
TypeScript
Encode HTML character references and character entities
Updated
Jun 16, 2020
JavaScript
Tiny parsing and formatting URL query strings for Node.js and browser (309B only)
Updated
Feb 27, 2018
JavaScript
A small, simple yet powerful JavaScript object stringifier / pretty-printer
Updated
Aug 3, 2020
JavaScript
Build an array of key paths from an object.
Updated
Jan 22, 2019
JavaScript
utility to transform an nlcst tree to a string
Updated
Aug 21, 2020
JavaScript
Updated
Jan 14, 2020
JavaScript
Converts any value to a string
Stream support for zipson
Updated
Mar 12, 2018
TypeScript
Improve this page
Add a description, image, and links to the
stringify
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
stringify
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
When a null value is expected to be an array it throws
TypeError: Cannot read property 'length' of null
.This looks very similar to: fastify/fast-json-stringify#218
I love fast-json-stringify and fastify. Thanks a lot!
To Reproduce