Skip to content

dogescript/DSON.djs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSON.djs

Build Status 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

About

A DSON parser in Dogescript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published