Documentation
¶
Index ¶
- func Amf3ToJSON(raw []byte, indent int) ([]byte, error)
- func FitPNG(src []byte, width int, height int) ([]byte, error)
- func Flatten[S ~[]E, E any](slices []S) []E
- func JSONToAmf3(js []byte) ([]byte, error)
- func JSONToOrderedmap(jsonData []byte) ([]byte, error)
- func OrderedmapToJSON(raw []byte, indent int, flattenCSV bool) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Amf3ToJSON ¶
Amf3ToJSON converts Adobe AMF3 to JSON.
func JSONToAmf3 ¶ added in v0.17.0
JSONToAmf3 converts JSON to Adobe AMF3
func JSONToOrderedmap ¶ added in v0.14.0
JSONToOrderedmap converts JSON back to WF orderedmap.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.