Commit Graph

4 Commits

Author SHA1 Message Date
Piyush Shah
7a13a9d545 json: Use upstream json_generator and json_parser as submodules
The JSON generator and JSON parser being used in ESP RainMaker were
taken from third party repos. In order to ensure that they are
better in sync with the upstream repos, they have now been included
as submodules.

Please run `git submodule update --init --recursive` once to pull in
these submodules.
2020-10-16 21:52:31 +05:30
Piyush Shah
b5cdfecdf7 json: Add facility to specifiy objects and arrays as strings
Eg. Add a pre-generated JSON object, say {"name":"val"} into another object, giving
a result {"pregen":{"name":"val"}}
Similarly allow to read entire object string during parsing.
2020-08-03 16:53:29 +05:30
Switi Mhaiske
b939945995 cpp support: Make header files compatible with CPP 2020-07-20 19:56:03 +05:30
Piyush Shah
72242952a2 esp_rainmaker: Add various required components, examples and CLI 2020-04-16 04:13:35 +05:30