object

object

object

Function

Convert the value to an object.

Syntax

Parameters

ParametersTypeRequiredDefault valueDescription
valueAnyNoNoneThe value to convert.

Return value

TypeDescription
ObjectReturns the object value.

Example

Notes

  • The array will have subscripted strings as keys.
  • Non-object, non-array values will be put into the value field.