I’m trying to convert JSON data into a QR code, so when a user scans it, the JSON data should be displayed. I’ve been using the jquery.qrcode.min.js library for this. Here’s an example of the JSON data format:
{“id”:”4444455551223″,”tableid”:”2222221111111444″,”areacode”:”A0010″,”catid”:”QWAAD”}
However, the issue I’m facing is that when I scan the generated QR code with a mobile device, it only shows “4444455551223” as the result, rather than displaying the entire JSON data. Any ideas on how to solve this?
user25271508 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.