Fix json parser (#80)

* fix #77: parse floats and nils as well and convert them to string
This commit is contained in:
T.v.Dein
2025-10-06 22:54:31 +02:00
committed by GitHub
parent 8c87da34f2
commit 35b726fee4
3 changed files with 62 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ import (
)
const DefaultSeparator string = `(\s\s+|\t)`
const Version string = "v1.5.7"
const Version string = "v1.5.8"
const MAXPARTS = 2
var DefaultConfigfile = os.Getenv("HOME") + "/.config/tablizer/config"