mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
17 lines
318 B
Plaintext
17 lines
318 B
Plaintext
/**
|
|
* @defgroup pkg_mjson mjson
|
|
* @ingroup pkg
|
|
* @brief mjson - a JSON parser + emitter + JSON-RPC engine
|
|
*
|
|
* # Introduction
|
|
*
|
|
* mjson is a small, embedded-friendly JSON parser, emitter and JSON-RPC
|
|
* engine.
|
|
*
|
|
* # License
|
|
*
|
|
* Licensed under MIT.
|
|
*
|
|
* @see https://github.com/cesanta/mjson
|
|
*/
|