1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-17 10:33:49 +01:00
RIOT/pkg/mjson/doc.txt
2023-12-11 13:30:58 +01:00

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
*/