jsonparse: Add basic JSON parser
Some TODO's left and this needs benchmarking.
This commit is contained in:
parent
aebe5a93dc
commit
7cdc02e399
8 changed files with 508 additions and 21 deletions
|
|
@ -4,8 +4,6 @@ use v5.36;
|
|||
use FU::XS;
|
||||
use Exporter 'import';
|
||||
|
||||
our @EXPORT_OK = qw/json_format/;
|
||||
|
||||
*json_format = *FU::XS::json_format;
|
||||
our @EXPORT_OK = qw/json_format json_parse/;
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue