Convert object to Yaml
$.getScript('https://unpkg.com/js-yaml@4.1.0/dist/js-yaml.min.js');
copy(jsyaml.dump(myObject));
Convert object to JSON
copy(JSON.stringify(myObject));
For further actions, you may consider blocking this person and/or reporting abuse
Siddhant Khare -
Lindsey Howard -
James -
Dave Cross -
Top comments (0)