ovidigital/js-object-to-json

Boolean values are processed as string

Closed this issue · 0 comments

Example input string for convertToJson:

{"data": true}

Expected result:

{"data": true}

Actual result:

{"data": "true"}