Sha256: 9bb3bef7e14496ba243607119e27e9502d91d65871c5b768acdf3503bb9616c9
Contents?: true
Size: 181 Bytes
Versions: 1
Compression:
Stored size: 181 Bytes
Contents
module SearchFlip class JSON def self.generate(obj) Oj.dump(obj, mode: :custom, use_to_json: true) end def self.parse(str) Oj.load(str) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
search_flip-4.0.0.beta | lib/search_flip/json.rb |