It would be nice to throwing errors on invalid keyword arguments: ```julia-repl julia> JSON3.write(NaN, allow_nan=true) ERROR: NaN not allowed to be written in JSON spec julia> JSON3.write("abc", splork=1729) "\"abc\"" ```