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

Adding incoming JASON Parse #16

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

jpeskar
Copy link

@jpeskar jpeskar commented May 12, 2016

I added a JSON parser to parse incoming JSON Data. It did not cause a breaking change for me, but take a look.

It adds a new variable passed into the monitor function which is parse JSON. It has a default value of false and thus will act in the previous version state. The JSON data comes back through the Rcontent variable.

I created an example with the function calls and parsing.

I also cleaned up a few files that were no longer used in the library.

Take a look and see what you think

jpeskar and others added 5 commits May 11, 2016 12:15
I updated the .h , .cpp and readme files to include a parse of the
complete JSON message. Just add true to the monitor function. The
default value is false to keep backwards compatibility
Example of JSON encoding and Decoding using sendJSON and ArduinoJSON
library
@washo4evr
Copy link
Owner

Hi,
Thank you for contributing to the library.
I will take a look ASAP and merge

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.

2 participants