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

Implement insertJSON and Update Compatibility list #3

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

thecolec
Copy link

insertJson( object ) allows a JSON object to be passed directly into the buffer where each key is converted into an objectName and the values are preserved.

This allows for easier implementation in some instances. Specific use case during development was to print POST requests received via an Express API

I also added the QL-1110NW to the list of tested printers as this was the printer I used during development and testing.

Completed Testing with Brother QL-1110NWB
- inserts object names and values from JSON object
- key is converted to objectName
- value is preserved
- both are converted to Strings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant