Home
last modified time | relevance | path

Searched refs:ParseLegacyExtJSONValue (Results 1 – 2 of 2) sorted by relevance

/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/mongodb/mongo-tools-common/bsonutil/
H A Dconverter.go30 bsonValue, err := ParseLegacyExtJSONValue(jsonValue)
40 v[i].Value, err = ParseLegacyExtJSONValue(v[i].Value)
49 bsonValue, err := ParseLegacyExtJSONValue(jsonValue)
H A Dbsonutil.go378 func ParseLegacyExtJSONValue(jsonValue interface{}) (interface{}, error) { func