o3de / o3de.org

The O3DE website
Other
86 stars 162 forks source link

[IMPROVEMENT] Document `null` type conversions in serialization #404

Open sptramer opened 3 years ago

sptramer commented 3 years ago

Page: content\docs\user-guide\engine\serialization\json-data-types.md

Description: This type conversion index doesn't contain information on how null type conversions are handled, including whether or not they're explicitly treated as None in JSON, or if None always converts to a NULL-equivalent value.

willihay commented 1 year ago

[Audit] New page location: https://www.o3de.org/docs/user-guide/programming/serialization/json-data-types/