JSON to YAML Converter

Convert JSON data to YAML format. Perfect for configuration files and Kubernetes manifests.

JSON Input

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

YAML Output

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20