Closed Reino17 closed 3 years ago
One month later. Can you at least share your opinion on the matter?
It's almost as if the JSON input is serialized with serialize-json() as opposed to serialize():
yes
One month later.
Already? It feels like yesterday
Can you at least share your opinion on the matter?
it is not so easy to change
Very nice. Thank you very much!
Linux:
Windows:
It's almost as if the JSON input is serialized with
serialize-json()
as opposed toserialize()
:(isn't
serialize-json()
unnecessary/superfluous now?)Probably less a concern on Linux, but Windows
cmd
its commandline buffer is only 8KB. Socmd
variables can only hold a max of 8192 characters.With that in mind can you please strip excessive whitespace, like
serialize()
does, when exporting JSON with--output-format={bash|cmd}
, Benito?