Searched refs:ParseLegacyExtJSONValue (Results 1 – 2 of 2) sorted by relevance
30 bsonValue, err := ParseLegacyExtJSONValue(jsonValue)40 v[i].Value, err = ParseLegacyExtJSONValue(v[i].Value)49 bsonValue, err := ParseLegacyExtJSONValue(jsonValue)
378 func ParseLegacyExtJSONValue(jsonValue interface{}) (interface{}, error) { func