JSON to YAML
Converters
Convert JSON documents into readable YAML.
Open ToolConvert Unix timestamps to dates and back, in seconds or ms.
A Unix timestamp counts the seconds elapsed since 1 January 1970 UTC. It is unambiguous and timezone-free, which makes it the default way to store instants in logs, databases and JWT claims.
Confusion usually comes from units: JavaScript works in milliseconds while most backends use seconds. Ten-digit values are seconds, thirteen-digit values are milliseconds.
Converters
Convert JSON documents into readable YAML.
Open ToolConverters
Parse YAML and convert it into formatted JSON.
Open ToolConverters
Turn an array of JSON objects into a CSV table.
Open ToolConverters
Convert CSV or delimited text into a JSON array.
Open Tool