escodegen icon indicating copy to clipboard operation
escodegen copied to clipboard

Generate real json

Open a-x- opened this issue 8 years ago • 0 comments

escodegen with options {format:{json:true}} generates values in json style. i want generate json keys too.

like this: {"block":"block1"} not like this: {block:"block1"}

a-x- avatar Jul 03 '16 20:07 a-x-