This website requires JavaScript.
Explore
Help
Sign In
admin
/
brew
Watch
1
Star
0
Fork
0
You've already forked brew
Code
Issues
Packages
Projects
Releases
6
Wiki
Activity
brew
/
Library
/
Homebrew
/
vendor
/
multi_json
/
version.rb
4 lines
77 B
Ruby
Raw
Normal View
History
Unescape
Escape
Vendor Library: multi-json 1.0.3 Multi-JSON is a library that provides encode/decode support for casting Ruby objects to JSON strings and back again. This version of the library has been tested against ruby versions 1.8.6 and later. Having a JSON encoder/decoder in the toolbox helps now that the GitHub API only returns results in JSON format.
2011-11-10 12:21:35 -08:00
module
MultiJson
Update multi_json to 1.5.0 This contains updates to the OkJson library that allow objects to define to_json for serialization, and this will be used in the upcoming options and deps work.
2013-01-14 22:32:37 -06:00
VERSION
=
"
1.5.0
"
unless
defined?
(
MultiJson
::
VERSION
)
Vendor Library: multi-json 1.0.3 Multi-JSON is a library that provides encode/decode support for casting Ruby objects to JSON strings and back again. This version of the library has been tested against ruby versions 1.8.6 and later. Having a JSON encoder/decoder in the toolbox helps now that the GitHub API only returns results in JSON format.
2011-11-10 12:21:35 -08:00
end
Reference in New Issue
Copy Permalink