# File lib/facets/more/json.rb, line 466
  def unparse(obj, state = nil)
    obj.to_json(JSON::State.from_state(state))
  end