JSON Parser & HTTP Client
This release contains new major feature additions:
-
JSON parser and generator functions. An echttp application can now decode JSON data, and the new library provides a method to generate JSON data that is easier to maintain that s long sequence or printf statements.
-
HTTP client: an echttp application may now issue HTTP requests to other web servers. The API is asynchronous. Conbined with the JSON parser above, this can be used to aggregate data from multiple web applications, as well as loading JSON configuration.