Skip to content

Conversation

@embedmind
Copy link

This PR adds JsonX, a thin wrapper around cJSON designed for embedded projects.

Automatic mapping JSON <> C structures

Works without dynamic memory (baremetal mode) or with custom allocators (ThreadX/FreeRTOS/Posix)

Focused on minimal footprint and predictable memory usage on microcontrollers

JsonX is especially useful in STM32 + RTOS environments, where memory control and deterministic behavior are critical.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant