# bejson **Repository Path**: jeeinn/bejson ## Basic Information - **Project Name**: bejson - **Description**: Format and beautify json strings through pure js - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-08-12 - **Last Updated**: 2023-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bejson Format and beautify json strings through pure js ## Usage ### Browser ```html ... ``` ----- output ----- ```text { "a": "a", "b": [ 1, 2 ], "c": { "c1": "cc", "c2": 123 } } ``` ### Node ```nodejs npm install bejson ```