Convert a small YAML object
YAML configuration can be converted into JSON for APIs, test fixtures, or tooling that does not accept YAML.
Input
name: LocalTools
tags:
- privacy
- developerOutput
{
"name": "LocalTools",
"tags": [
"privacy",
"developer"
]
}