Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

5 total results found

readme.md for @push.rocks/smartjson

@push.rocks/smartjson

🚀 Typed JSON handling for modern Node.js and TypeScript applications A powerful library for working with JSON in TypeScript, providing type-safe serialization, advanced buffer handling, deep object comparison, and support for complex class instances. Perfect f...

json handling
typed json
json parsing
json stringifying
base64 encoding
buffer handling
data serialization
data deserialization
typescript support
data encoding
data decoding

readme.md for @push.rocks/smartyaml

@push.rocks/smartyaml

Handle YAML in smart ways. Install To use @push.rocks/smartyaml in your project, you need to install it using npm or yarn. Run the following command in your project directory: npm install @push.rocks/smartyaml --save or if you prefer yarn: yarn add @push.rock...

yaml
javascript
data serialization
conversion
js-yaml
typescript
nodejs
parsing
stringify

readme.md for @push.rocks/smartxml

@push.rocks/smartxml

a package for creating and parsing XML formatted files Install To start using @push.rocks/smartxml in your project, you'll first need to install it. This package is distributed via npm, so you can install it by running the following command in your project's r...

xml
parsing
xml creation
fast-xml-parser
typescript
data serialization

changelog.md for @push.rocks/smartjson

@push.rocks/smartjson

2025-12-10 - 6.0.0 - BREAKING CHANGE(Smartjson) Require TC39 Stage 3 decorators for @foldDec (use accessor), switch foldDec to initializer-based implementation, improve buffer encode/decode handling, bump dependencies and update docs/tests. foldDec now implem...

json handling
typed json
json parsing
json stringifying
base64 encoding
buffer handling
data serialization
data deserialization
typescript support
data encoding
data decoding

changelog.md for @push.rocks/smartxml

@push.rocks/smartxml

2025-11-19 - 2.0.0 - BREAKING CHANGE(core) Implement custom XmlBuilder, remove xmlbuilder2, upgrade fast-xml-parser, update SmartXml API, tests and CI Add a new chainable XmlBuilder implementation (create(), ele(), txt(), att(), up(), com(), end(), toString()...

xml
parsing
xml creation
fast-xml-parser
typescript
data serialization