Sha256: 41d163972fbaaadce9735569a700dcafe7639e877555680bc22e2a6931588eb2

Contents?: true

Size: 235 Bytes

Versions: 3

Compression:

Stored size: 235 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true

$LOAD_PATH << '.'
$LOAD_PATH << File.join(__dir__, '../lib')
$LOAD_PATH << File.join(__dir__, '../ext')

require 'json'
require 'oj'
require 'oj/json'

Oj.mimic_JSON

JSON.parse("[]")

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
oj-3.16.4 test/foo.rb
oj-3.16.3 test/foo.rb
oj-3.16.0 test/foo.rb