You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, I realised about this when fixing the support for multiple values in the C backend.
For reference, the yajl backend (based on yajl 1) also doesn't offer the flag, and it always supports multiple values (i.e., it doesn't throw errors when presented with multiple values). This apparently was a limitation of yajl 1.x, but I wouldn't worry about it as the backend has been advertised as deprecated for years.
The python backend indeed also doesn't offer the flag, and by default it doesn't support multiple values. This is what would have to be implemented.
This addresses #9. When multiple_values is set we continue iterating
over the lexer and the parse_value routine until they run out of values.
Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
No description provided.
The text was updated successfully, but these errors were encountered: