escodegen
escodegen copied to clipboard
{format:{json:true}} option, generate json key without quotes
example: string : '{a:1}' still generated to '{a:1}' , what i expecting is '{"a":1}' how to get a real json string ?