Sha256: 7fb12a857d094aa46599f2fab3844bf541f33563ce30925d08aa9a67f21c54d9
Contents?: true
Size: 284 Bytes
Versions: 6
Compression:
Stored size: 284 Bytes
Contents
#!/usr/bin/env ruby $: << '.' $: << File.join(File.dirname(__FILE__), "../lib") $: << File.join(File.dirname(__FILE__), "../ext") require 'oj' json = %|[{"x12345678901234567890": true}]| p = Oj::Parser.new(:usual) p.cache_keys = false p.symbol_keys = true x = p.parse(json) pp x
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
oj-3.13.11 | test/bar.rb |
oj-3.13.10 | test/bar.rb |
oj-3.13.9 | test/bar.rb |
oj-3.13.8 | test/bar.rb |
oj-3.13.7 | test/bar.rb |
oj-3.13.6 | test/bar.rb |