MCPcopy Create free account
hub / github.com/WebReflection/JSONH / jsonh_encode

Function jsonh_encode

php5/JSONH.class.php:179–181  ·  view source on GitHub ↗
($object, $options = 0)

Source from the content-addressed store, hash-verified

177}
178
179function jsonh_encode($object, $options = 0) {
180 return JSONH::stringify($object, $options);
181}
182
183function jsonh_decode($str, $assoc = false, $depth = 512, $options = 0) {
184 return JSONH::parse($str, $assoc, $depth, $options);

Callers

nothing calls this directly

Calls 1

stringifyMethod · 0.80

Tested by

no test coverage detected