func github.com/ghodss/yaml.convertToJSONableObject
6 uses
github.com/ghodss/yaml (current package)
yaml.go#L89: jsonObj, err := convertToJSONableObject(yamlObj, jsonTarget)
yaml.go#L98: func convertToJSONableObject(yamlObj interface{}, jsonTarget *reflect.Value) (interface{}, error) {
yaml.go#L195: strMap[keyString], err = convertToJSONableObject(v, &jtf)
yaml.go#L205: strMap[keyString], err = convertToJSONableObject(v, &jtv)
yaml.go#L212: strMap[keyString], err = convertToJSONableObject(v, nil)
yaml.go#L240: arr[i], err = convertToJSONableObject(v, jsonSliceElemValue)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |