FreeRTOS website now available in Simplified Chinese
Search and browse content in your preferred language. See the blog post.
New FreeRTOS Long Term Support version now available.
Receive security patches and critical bug fixes on FreeRTOS libraries for two years. See the blog post.
FreeRTOS Extended Maintenance Program (EMP) registration now open.
Providing security patches and critical bug fixes on FreeRTOS Long Term Support (LTS) versions for up to 10 additional years. See the blog post.
FreeRTOS-Plus-TCP v3.0.0 released:
We've added comprehensive unit tests and penetration and protocol testing. See the blog post.
Featured FreeRTOS IoT Integrations:
Introducing three featured integrations for more secure IoT applications. See the blog post.
coreJSON Terminology
These definitions are from json.org . For more details and diagrams, please visit their website.
Object
An object is an unordered set of name/value pairs. An object begins with a left brace, {, and ends with a right brace, }. Each name is followed by colon and the name/value pairs are separated by a comma
Array
An array is an ordered collection of values. An array begins with left bracket, [, and ends with a right bracket, ]. Values are separated by a comma.
String
A string is a sequence of zero or more Unicode characters, wrapped in double quotes, using backslash escapes.
Value
A value can be a string in double quotes, or a number, or true or false or null, or an object or an array. These structures can be nested.
Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.