transform
transform copied to clipboard
JSON to JSDoc doesn't support inner objects

Should run recursively on inner objects and generate multiple typedefs.
Something like:
/** @typedef {Object} json
* @property {String} foo
* @property {Test} test
*/
/** @typedef {Object} Test
* @property {String} a
*/
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
#266