UNPKG

convert-string-to-object

Version:

Helps to reverse the action of stringify which is to convert an Object from string

7 lines (5 loc) 211 B
# convert-string-to-object This package will help you reverse the action of stringify which is to convert Object from string. ```js const object = convertToObject('{hello: world}') output: {hello: world}