
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.
4 lines
77 B
Ruby
4 lines
77 B
Ruby
module MultiJson
|
|
VERSION = "1.5.0" unless defined?(MultiJson::VERSION)
|
|
end
|