Commits


Slobodan Kletnikov authored and GitHub committed a6ce8b2d4fb
Fix values with number and dash data type are parsed as integer instead of string (#206) * Fix parsing numbers with dash to string * Fix single include libs * Renamed neg_allowed to is_negative It is unnecessary to determine if the minus sign is allowed separately from whitespace. --------- Co-authored-by: Slobodan Klentikov <slobodan@adaptam.com> Co-authored-by: Vincent La <vincela9@gmail.com>