1.0.26 • Published 15 days ago

@ikonopistsev/node-rapidjson v1.0.26

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
15 days ago

node-rapidjson

This module contains rapidjson bindings.

The library was created to simplify working with BigInt in nodejs. Support 32-bit/64-bit signed/unsigned integer and double for JSON number type. See rapidjson features.

const RapidJSON = require("@ikonopistsev/node-rapidjson");
const rapidJSON = new RapidJSON();
const bigintValue = BigInt(2600000000000698546n);
const array = rapidJSON.parse(rapidJSON.stringify([bigintValue]));
console.log(array[0]);

Supported platforms:

  • Linux
  • Windows

Requirements

On Linux:

  • CMake
  • gcc

On Windows:

Installation

npm i @ikonopistsev/node-rapidjson
1.0.26

15 days ago

1.0.25

15 days ago

1.0.24

17 days ago

1.0.23

6 months ago

1.0.22

1 year ago

1.0.21

1 year ago

1.0.20

1 year ago

1.0.19

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago