- added missing json.html tag

This commit is contained in:
Dave Mc Nicoll 2022-02-25 15:32:47 +00:00
parent 45c8173029
commit b836fc5bd8
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ use Picea\Compiler\Context;
class JsonExtension implements Extension, FunctionExtension {
public array $token = [ "json", "json.pretty" ];
public array $token = [ "json", "json.pretty", "json.html" ];
public int $flags = JSON_HEX_TAG | \JSON_HEX_QUOT | \JSON_THROW_ON_ERROR | \JSON_UNESCAPED_UNICODE;