diff options
-rw-r--r-- | json.sh | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,4 +1,11 @@ #!/hint/bash +# json.sh - A pure-Bash validating JSON tokenizer +# +# Copyright © 2024 Luke T. Shumaker <lukeshu@lukeshu.com> +# +# This work is free. You can redistribute it and/or modify it under the +# terms of the Do What The Fuck You Want To Public License, Version 2, +# as published by Sam Hocevar. See http://www.wtfpl.net/ for more details. # Usage: json_tokenize myfn <input # |