QR codes Limits
问题 I have to generate codes with custom fields: id of field+name of field+values of the field. How long is the data I can encode inside the QRcode? I need to know how many fields\values I can insert. Should I use XML or JSON or CSV? What is most generic and efficient? 回答1: XML / JSON will not qualify for a QR code's alphanumeric mode since it will include lower-case letters. You'll have to use byte mode. The max is 2,953 characters. But, the practical limit is far less -- perhaps a few hundred