- [x] to JSON. PR #102 - [ ] to JSON5 ??? - [x] to D.JS - [x] D.MJS (ESM) - [x] D.CJS (CommonJS) - [ ] #99 - [ ] refactor to_json.rs: most of it goes to write_js_utilities.rs, what remains in WriteJson is write_json. - [ ] refactor to_djs.rs: WriteDjs should not require WriteJson but should use fn-s from write_js_utilities.rs. - [x] deduplicate code in to_djs using automatic captures in lambdas.