Documentation ¶
Overview ¶
Package jsonyaml contains utility functions for converting to/from json and yaml
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertJsonToYaml ¶
func ConvertJsonToYaml(content json.RawMessage) (string, error)
ConvertJsonToYaml converts json to yaml
func ConvertYamlToJson ¶
func ConvertYamlToJson(content string) (json.RawMessage, error)
ConvertYamlToJson converts yaml to json
func TranscodeJSONToYAML ¶
TranscodeJSONToYAML transcodes JSON to YAML
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.