Searched refs:json_obj (Results 1 – 2 of 2) sorted by relevance
62 StructuredData::ObjectSP json_obj = StructuredData::ParseJSON(json_str); in SetFromJSON() local63 m_impl_up->SetObjectSP(json_obj); in SetFromJSON()65 if (!json_obj || json_obj->GetType() != eStructuredDataTypeDictionary) in SetFromJSON()
111 json_obj = json.load(json_file)112 Id = getId(json_obj)114 study_groups[Id].append(json_obj)116 study_groups[Id] = [json_obj]