class Gltf::Binary

Public Instance Methods

json() click to toggle source
# File lib/gltf/binary.rb, line 14
def json
  @json ||= Oj.load(chunks.find { |x| x.type == 'JSON' }.data.to_s)
end