Searched refs:ParseObject (Results 1 – 1 of 1) sorted by relevance
725 …protected static IDictionary<string, object> ParseObject(char[] json, ref int index, ref bool succ… in ParseObject() method in Antmicro.Renode.Config.SimpleJson848 return ParseObject(json, ref index, ref success, ref line); in ParseValue()