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