8000 GitHub - ooopus/hjson-ts
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ooopus/hjson-ts

Repository files navigation

Hjson-TS, the Human JSON

NPM version

A configuration file format for humans. Relaxed syntax, fewer mistakes, more comments.

TypeScript Implementation

This is a TypeScript implementation of the Hjson format, based on the original hjson-js project. It provides full type safety and modern ES module support.

Install from npm

npm install hjson-ts

Usage

import Hjson from 'hjson-ts';

// Parse Hjson
const data = Hjson.parse(hjsonText);

// Convert to Hjson
const hjsonText = Hjson.stringify(data);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0