# File lib/chef_zero/rest_base.rb, line 243
    def parse_json(json)
      FFI_Yajl::Parser.parse(json, create_additions: false)
    end