Serialize JavaScript to a superset of JSON that includes regular expressions and functions.
Transform OpenTelemetry SDK data into OTLP
Serialize/deserialize an error into a plain object
Serialization for Keyv
A per-spec XML serializer implementation
Stringify your JSON at max speed
serialize objects to javascript
Serializes any DOM node into a String
Parses, serializes, and manipulates MIME types, according to the WHATWG MIME Sniffing Standard
very fast object redaction
> Serialize/deserialize an error into a plain object in commonjs
Simple object hashing, serialization and comparison utils.
A library for simplifying encoding and decoding URL query parameters.
An addon for [xterm.js](https://github.com/xtermjs/xterm.js) that enables xterm.js to serialize a terminal framebuffer into string or html. This addon requires xterm.js v4+.
TypeScript definitions for serialize-javascript
Parses and serializes `.po` file content.
JSON parse with prototype poisoning protection
Proper decorator-based transformation / serialization / deserialization of plain javascript objects to class constructors
Serialize unserializable data and parse it back.
Javascript module template.
An implementation of the WHATWG URL Standard's URL API and parsing machinery
PHP serialize/unserialize in Javascript
An OpenPGP message parser
A tiny (130B to 205B) and fast utility to randomize unique IDs of fixed length
A proc-macro for automatically redacting sensitive fields during serialization
Reliable CRC-framed serial protocol with chunked packets and ACKs for no_std + Embassy
Proc-macro derive for secure-serialize
Add securely hashed attributes to your models, serialized with BCrypt
Ruby library for OSCAL (Open Security Controls Assessment Language) models. Supports XML, JSON, and YAML serialization via metaschema-driven generation.
A Ruby library for encoding and decoding data in the Borsh binary serialization format designed for security-critical projects.
The saml2 library is yet another SAML library for Ruby, with an emphasis on _not_ re-implementing XML, especially XML Security, _not_ parsing via Regex or generating XML by string concatenation, _not_ serializing/re-parsing multiple times just to get it into the correct format to sign or validate.
Parses a hash string of the format `'{ :a => "something" }'` into an actual ruby hash object `{ a: "something" }`. This is useful when you by mistake serialize hashes and save it in database column or a text file and you want to convert them back to hashes without the security issues of executing `eval(hash_string)`. By default only following classes are allowed to be deserialized: * TrueClass * FalseClass * NilClass * Numeric * String * Array * Hash A HashParser::BadHash exception is thrown if unserializable values are present.
Parses a hash string of the format `'{ :a => "something" }'` into an actual ruby hash object `{ a: "something" }`. This is useful when you by mistake serialize hashes and save it in database column or a text file and you want to convert them back to hashes without the security issues of executing `eval(hash_string)`. By default only following classes are allowed to be deserialized: * TrueClass * FalseClass * NilClass * Numeric * String * Array * Hash A HashParser::BadHash exception is thrown if unserializable values are present.
No description provided.
No description provided.