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

Add a way to Scan a QR Code that contain a Gziped JSON #21

Closed
jeremi opened this issue Dec 16, 2020 · 1 comment · Fixed by #37
Closed

Add a way to Scan a QR Code that contain a Gziped JSON #21

jeremi opened this issue Dec 16, 2020 · 1 comment · Fixed by #37
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@jeremi
Copy link
Member

jeremi commented Dec 16, 2020

This would be available only through another app that calls using intent.
For QR Code scanning, we should be able to have those options:

  • gzipped (true or false)
  • json (true or false)
  • Json path (to get 1 value in a json file)

return in the intent:

  • qr_code_text
  • qr_code_json_value (the target value of the json path)

Lib:
https://github.com/json-path/JsonPath

@rjmangubat23
Copy link
Contributor

Hello @jeremi please see PRs for this issue:

#37 Add a way to Scan a QR Code that contain a Gziped JSON
newlogic/smartscanner-android-api#3 Update SmartScanner api for QR Codes that contain a Gziped JSON

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants