Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix braces issue JSON extract EXIF #40

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

guiguicdd
Copy link

This is an example were it is not returning the object properly.
With this error:
SyntaxError: Unexpected token ☺ in JSON at position 1

and this result on "const exif":
II☺AW{☺▬{"sticker-pack-id":"com.snowcorp.stickerly.android.stickercontentprovider f2c83f90-25c6-4b45-9866-1f6bd657616f","sticker-pack-name":"stickerman","sticker-pack-publisher":"Sticker.ly * dudaxd1212","android-app-store-link":"https://play.google.com/store/apps/details?id=com.snowcorp.stickerly.android","ios-app-store-link":"https://itunes.apple.com/app/id1458740001?mt=8"}

So I made this correction that fixies this issue and gets the rigth start braces.

This is an example were it is not returning the object properly.
With this error:
SyntaxError: Unexpected token ☺ in JSON at position 1

and this result on "const exif":
II☺AW{☺▬{"sticker-pack-id":"com.snowcorp.stickerly.android.stickercontentprovider f2c83f90-25c6-4b45-9866-1f6bd657616f","sticker-pack-name":"stickerman","sticker-pack-publisher":"Sticker.ly * dudaxd1212","android-app-store-link":"https:\/\/play.google.com\/store\/apps\/details?id=com.snowcorp.stickerly.android","ios-app-store-link":"https:\/\/itunes.apple.com\/app\/id1458740001?mt=8"}

So I made this correction that fixies this issue and gets the rigth start braces.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant