mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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
|
|
*/
|