You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To install the JSON-to-JS-OBJ Converter, use your preferred package manager:
6
+
7
+
```bash
8
+
npm install -D json-to-js-ibj
9
+
Or
10
+
yarn add json-to-js-ibj --dev
11
+
```
12
+
13
+
## Overview
14
+
15
+
The JSON-to-JS-OBJ Converter is a packages designed to facilitate the transformation of JSON data into JavaScript format. This tool aims to without any issue converts json to js object.
16
+
17
+
## Features
18
+
- ignore json comments `/* --- */ or // this is comment` while parsing.
0 commit comments