martinkasa / capacitor-secure-storage-plugin

Capacitor plugin for storing string values securly on iOS and Android.
MIT License
155 stars 56 forks source link

Error: Strong a JSON :Unexpected token o in JSON at position 1 #28

Closed JacobFJ closed 3 years ago

JacobFJ commented 3 years ago

When I storing a json and stringtify it and when I pull the data from storage it will return using promise

Unexpected token o in JSON at position 1

martinkasa commented 3 years ago

@HakobiDev on which platform is it happening?

JacobFJ commented 3 years ago

@HakobiDev on which platform is it happening?

@martinkasa ionic vue 3

JacobFJ commented 3 years ago

I will close it because I solved it. Thanks