\CodeIgniter\FormatJSONFormatter

JSON data formatter

Summary

Methods
Properties
Constants
format()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

format()

format(string|array  $data) : string|boolean

Takes the given data and formats it.

Parameters

string|array $data

Returns

string|boolean —

(JSON string | false)