Module : lang.value
Module Overview
This module provides lang library operations for all values defined by the language specification 2019R2.
clone | Returns a clone of |
cloneReadOnly | Returns a clone of |
fromJsonString | Parse a string in JSON format and return the the value that it represents. All numbers in the JSON will be represented as float values. Returns an error if the string cannot be parsed. |
isReadOnly | Tests whether |
mergeJson | Return the result of merging json value |
toJsonString | Return the string that represents |
toString | Returns a simple, human-readable representation of |