Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Automatically exported from code.google.com/p/rubyjson

License

biggtfish/rubyjson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#
# Ruby Json Extension
#

Based on json-c library.

INSTALL/COMPILE:

1. Build/Install json-c lib

	cd json-c
	./configure
	make
	sudo make install

2. Build rubyjson extension

	rake

or

	cd ext/jsonc
	ruby extconf.rb
	make

3. Test

	rake test

4. Install

	rake gem
	cd pkg
	gem install jsonc

or
	cd ext/jsonc
	sudo make install

About

Automatically exported from code.google.com/p/rubyjson

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published