stringify
There are 243 repositories under stringify topic.
ljharb/qs
A querystring parser and serializer with nesting support
sindresorhus/query-string
Parse and stringify URL query strings
samchon/typia
Super-fast/easy runtime validators and serializers via transformation
fastify/fast-json-stringify
2x faster than JSON.stringify()
mathiasbynens/jsesc
Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
jgranstrom/zipson
JSON parse and stringify with compression
gsantiago/subtitle.js
Stream-based library for parsing and manipulating subtitle files
Flix01/imgui
Dear ImGui Addons Branch = plain unmodified dear imgui plus some extra addon.
MrXujiang/xijs
A business - oriented scene Js Library
anonrig/fast-querystring
A 45% faster alternative to node:querystring module
lydell/json-stringify-pretty-compact
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.
voku/Stringy
:accept: Stringy - A PHP string manipulation library with multibyte support, performance optimized
discoveryjs/json-ext
A set of performant and memory efficient utilities that extend the use of JSON
Canop/JSON.prune
A pruning version of JSON.stringify, allowing for example to stringify window or any big or recursive object
blakeembrey/javascript-stringify
Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`
syntax-tree/mdast-util-to-markdown
mdast utility to serialize markdown
syntax-tree/hast-util-to-html
utility to serialize hast to HTML
JairusSW/json-as
The only JSON library you'll need for AssemblyScript. SIMD enabled
Snowflyt/showify
Arguably the most comprehensive library for stringifying any JavaScript value into a human-readable format, handling nearly every scenario you might encounter.
bripkens/lucene
Node.js lib to transform: lucene query → syntax tree → lucene query
epoberezkin/json-source-map
Parse/stringify JSON and provide source-map for JSON-pointers to all nodes - supports BigInt, Maps, Sets and Typed arrays
xpl/as-table
A simple function that prints objects as ASCII tables. Supports ANSI styling and weird Unicode 💩 emojis – they won't break the layout.
debitoor/safe-json-stringify
A wrapper for JSON.stringify that handles circular references and prevent defined getters from throwing errors.
zzarcon/react-cute
Render cute JSON in React
karmaniverous/serify-deserify
Reversibly transform unserializable values into serializable ones. Includes Redux middleware.
ForeverZer0/SharpNBT
A pure CLS-compliant C# implementation of the Named Binary Tag (NBT) format specification commonly used with Minecraft applications, allowing easy reading/writing streams and serialization to other formats.
jamiebuilds/json-peek
Stringify JSON *just enough* to see what it is
asit-dhal/stringify
print stl containers
hanhui03/jstruct
jstruct is an automatic C code generation tool for generating JSON parsing and stringifying code.
xpl/string.ify
A small, simple yet powerful JavaScript object stringifier / pretty-printer
wqking/jsonpp
C++ JSON parser and stringify
parischap/effect-libs
effect-libs is a set of open-source libraries to be used in complement to the effect library. Offers Date and number parsing/formatting, sscanf/sprintf templating, number rounding, object pretty-printing and ansi-colors for terminal printing.
Respect/Stringifier
Converts any value to a string
deepsweet/typeon
✔️ Typed JSON parse and stringify for TypeScript
hoangsonww/String-Manipulations
🔤 This repository hosts a "String Manipulations" tool, designed to perform various string functions such as removing leading and trailing spaces, among others. It provides a comprehensive set of operations for string handling, making it an invaluable resource for developers requiring advanced text processing capabilities in their projects.