in reply to Re: Is there a way to make a JSON out of multiple records from MySQL?
in thread Is there a way to make a JSON out of multiple records from MySQL?
For arrays of the same type, there's a function where you don't need to know the number:
my $typehint_persons = json_type_arrayof($typehint_person);
|
|---|