API Reference > presentation-common > Content > Value Value Namespace Function Name Description Value.fromJSON Serialize Value to JSON Value.isArray Is the value an array Value.isMap Is the value a map / struct Value.isNestedContent Is the value a nested content value Value.isPrimitive Is the value a primitive Value.toJSON Deserialize Value from JSON Defined in presentation/common/src/presentation-common/content/Value.ts Line 19 Value Type alias Raw value type Value = string | number | boolean | undefined | ValuesMap | ValuesArray | NestedContentValue[] Defined in presentation/common/src/presentation-common/content/Value.ts Line 16 Last Updated: 11 June, 2024