Golioth is announcing a JSON Patch transformer, which allows users to modify JSON payloads, or payloads that have been transformed into JSON in a previous pipeline step, in order to fit a specific structure or schema.
Parsing JSON packets with strings and punctuation delimiters doesn't sound like much fun on a microcontroller. That's why it's really nice that Zephyr has a built-in JSON library. In this post and video we show you how to use it on your data from the cloud.