Encode / Decode
Format
Decode (from string)
Encode (to string)
Encode value as json string
a:
cool: thingEncode value as json string, on one line
Encode value as json string, on one line shorthand
Decode a json encoded string
Encode value as props string
Decode props encoded string
Decode csv encoded string
Decode tsv encoded string
Encode value as yaml string
Encode value as yaml string, with custom indentation
Decode a yaml encoded string
Update a multiline encoded yaml string
Update a single line encoded yaml string
Encode array of scalars as csv string
Encode array of arrays as csv string
Encode array of arrays as tsv string
Encode value as xml string
Encode value as xml string on a single line
Encode value as xml string with custom indentation
Decode a xml encoded string
Encode a string to base64
Encode a yaml document to base64
Encode a string to uri
Decode a URI to a string
Encode a string to sh
Decode a base64 encoded string
Decode a base64 encoded yaml document
Last updated