Last active
August 24, 2021 12:38
-
-
Save oguzhanvarsak/71706d419d685002e80895df4dfb388f to your computer and use it in GitHub Desktop.
Barcode field
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
... | |
"barcodes" : [ | |
{ | |
"message" : "ABCD 123 EFGH 456 IJKL 789 MNOP", | |
"format" : "PKBarcodeFormatQR", | |
"messageEncoding" : "iso-8859-1" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment