This repository was archived by the owner on Mar 29, 2024. It is now read-only.
This repository was archived by the owner on Mar 29, 2024. It is now read-only.
Closed
Description
While we have all that in PHP, it might come in handy under certain circumstances to use V8's JSON::stringify()
and JSON::parse()
.
For those who want to contribute: this task is easy to pick - just draw inspiration from existent php-v8 code style. V8's JSON
class is very simple and it has just two static methods, which should be also static in PHP: https://.com/v8/v8/blob/6441d234c4148e8e34a623ba3e5861a451737ffc/include/v8.h#L1799-L1829