Skip to content

yamanekko/mruby-jsonsl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mruby-jsonsl

mruby-jsonsl is a mruby binding of jsonsl(https://github.com/mnunberg/jsonsl), an Embeddable, Fast, Streaming, Non-Buffering JSON Parser.

Usage

parser = JSONSL.new
json = parser.parse("[1,2,true,null,{\"foo\":\"bar\"}]")

## or

json = JSONSL.parse("[1,2,true,null,{\"foo\":\"bar\"}]")

Install

Add conf. in build_config.rb.

  conf.gem github: 'json/mruby-jsonsl'

and build with rake.

$ rake

Author

Team Yamanekko (@yamanekko)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published