We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a74dc commit c0cbd05Copy full SHA for c0cbd05
README.md
@@ -151,4 +151,10 @@ json2yaml myfile.json --indentation 4
151
152
# Watch a full directory and convert any JSON file into its YAML equivalent
153
json2yaml mydirectory --pretty --save --recursive
154
+```
155
+
156
+### Credits / Thanks
157
158
+- [Symfony Yaml Component](https://github.com/symfony/yaml) which was the reference implementation initially.
159
+- [minj](https://github.com/minj) who did fix various bugs and ported a first batch of unit tests in an earlier version of yamljs.
160
0 commit comments