convert to object from buffer.
JSON parse & stringify that supports binary via bops & base64
Conversion of JavaScript primitives to and from Buffer with binary order matching natural primitive order
Pure TypeScript, cross-platform module for extracting text, images, and tabular data from PDFs. Run directly in your browser or in Node!
Parse and compile gettext po and mo files to/from json, nothing more, nothing less
RFC4122 UUID parser
Modern Buffer API polyfill without footguns
Safer Node.js Buffer API
Parse a .gitignore or .npmignore file into an array of patterns.
Node.js Buffer API, for the browser
smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.
Is this value a JS SharedArrayBuffer?
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
buffer operations
Get the ArrayBuffer out of a TypedArray, robustly.
Describe the format of a buffer an parse buffer into that format
Is this value a JS ArrayBuffer?
Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.
Get the ArrayBuffer out of a DataView, robustly.
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
A pure javascript CRC32 algorithm that plays nice with binary data
parses XML BMFont files into a JavaScript object
Read and parse a YAML file.
KTX 2.0 (.ktx2) parser and serializer.
buffered-logger is designed to be used in multithreaded or multifiber rack servers and includes a middleware to automatically capture and write the buffered log statements during each request. This is ideal for keeping requests together for log parsing software such as splunk.
Ruby library giving block-buffered and cached read over IO objects with a String-like interface. Ideal to parse big files as Strings, limiting memory consumption.
== DESCRIPTION: Protocol Buffers for Ruby. == FEATURES/PROBLEMS: * Compile .proto file to ruby script * Parse the binary wire format for protocol buffer * Serialize data to the binary wire format for protocol buffer
A pure Ruby gem for parsing Protocol Buffers text format (textproto/txtpb) and FlatBuffers schema definitions with rich domain models
Google Play Store APIs use the ProtoBuf (Protocol Buffers) format for HTTP/HTTPS responses. This gem will parse the response into usable Ruby objects.
Interchange formats like json or xml are great to keep data visible, but due to their parse and pack complexity they aren't used in embedded applications. There are alternatives like msgpack or Google's protocol buffer, which allow a more binary representation of data, but these protcols are still heavy and developers tend to rather implement their own 'simple' binary protocols instead of porting or using the big ones.
No description provided.
No description provided.
No description provided.
No description provided.