Advanced Search
Search Results
5 total results found
readme.md for @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...
readme.md for @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...
readme.md for @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...
changelog.md for @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...
changelog.md for @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()...