0.1.1 • Published 10 years ago

dson-djs v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

DSON.djs

NPM

A DSON parser in Dogescript. What am I doing?!

Work in progress. It mostly works, but there are probably some edge cases still.

Install

If you're using Node/Browserify:

npm install dson-djs
var DSON = require('dson-djs')

Otherwise, just add the build/DSON.js file to your page, and use the new global variable DSON.

Usage

  • DSON.parse(str) - Parses a string of DSON into a JSON object
  • DSON.dogeify(obj) - Converts an object into a DSON string
0.1.1

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago