json2yaml icon indicating copy to clipboard operation
json2yaml copied to clipboard

Convert JSON to YAML or vice versa, while preserving the order of associative arrays.

Results 5 json2yaml issues
Sort by recently updated
recently updated
newest added

When second argument defined and file exists, the tool overwrite the target file. IMHO the output should be prepended with -o |--output argument and the tool should accept as many...

/feature The output file argument should be prepended with -o |--output and the tool should accept as many intput files as defined. The usage will be e.g. ``` yaml2json [-i...

Hi, I see your json2yaml and is a great tool. When use a big json file, and covert into a yaml file, write all in each line, the is difficult...

When I execute it I get the following warning: ``` C:\Users\Admin\.venvs\ipnwb\Scripts\json2yaml:49: UserWarning: pyaml module "safe" arg/keyword is ignored as implicit safe=maybe-true?, as of pyaml >= 23.x pyaml.dump(loaded_json, yaml_file, safe=True) ```...