Method toJsonString
- Info
-
public function toJsonString (array $a): false|string;
Converts Funcdown Array to JSON string
- Arguments
-
@a
- Provided value must be valid Funcdown Array type.
- Return Value
-
Returns pretty-printed JSON
string
on success. Upon any failure, this method will returnfalse
.