Module : lang.value
Module Overview
This module provides lang library operations common to all values defined by the language specification 2019R3.
clone | Returns a clone of |
cloneReadOnly | Returns a clone of |
fromJsonString | Parses a string in JSON format and returns 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 | Merges two json values. |
toJsonString | Returns the string that represents |
toString | Performs a minimal conversion of a value to a string. The conversion is minimal in particular in the sense that the conversion applied to a value that is already a string does nothing. |