mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-16 03:32:59 +01:00
12 lines
241 B
Plaintext
12 lines
241 B
Plaintext
/**
|
|
* @defgroup pkg_corejson FreeRTOS coreJSON
|
|
* @ingroup pkg
|
|
* @brief JSON parser that strictly enforces the ECMA-404 JSON standard
|
|
*
|
|
* # License
|
|
*
|
|
* Licensed under MIT.
|
|
*
|
|
* @see https://github.com/FreeRTOS/coreJSON
|
|
*/
|