Home
last modified time | relevance | path

Searched refs:bareKey (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/JSON-PP/lib/JSON/
H A DPP.pm1099 $k = ($allow_barekey and $ch ne '"' and $ch ne "'") ? bareKey() : string();
1147 sub bareKey { # doesn't strictly follow Standard ECMA-262 3rd Edition subroutine