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
Ian Ndeda -
Nik L. -
Dharmen Shah -
Ian Ndeda -
Top comments (0)