Skip to content

Instantly share code, notes, and snippets.

View kocsismate's full-sized avatar

Máté Kocsis kocsismate

View GitHub Profile
@kocsismate
kocsismate / json.php
Created August 21, 2020 11:59
ext/json OO API
<?php
final class Json
{
/** Equivalent to json_encode() */
public static function fromValue(mixed $value, int $options, int $depth = 512): Json {}
/** Just stores the stream */
public static function fromStream($stream): Json {}
{
"require": {
"php": "^7.4",
"woohoolabs/larva": "^0.7.0",
"woohoolabs/worm": "^0.7.0"
},
"config": {
"platform": {
"php": "7.4"
}