EFQRCode icon indicating copy to clipboard operation
EFQRCode copied to clipboard

How to pass json data to QRcode

Open raghavnaphade opened this issue 3 years ago • 1 comments

Check List

  • [x] I have read the README.md, but the information I need is not there.
  • [x] I have searched in existing issues, but did not find a similar one.

Issue Description

Description

I want to pass JSON data coming from API to QRcode so it can display information.

Reproduce

Other Comment

raghavnaphade avatar Jul 29 '22 07:07 raghavnaphade

There's no standard way of how to display a JSON using QRCode. I'd recommend checking out tutorials on how to decode JSON using Codable.

If that didn't help, then it'd be great if you can include more details on what exactly you'd like to achieve, what you have tried, and why those don't work. (Though probably that might be better fitted as a question for sites like StackOverflow)

ApolloZhu avatar Sep 24 '22 00:09 ApolloZhu