HanSolo / javafinder

JavaFinder is a little tool that helps you finding all installed Java versions in a given path
Apache License 2.0
16 stars 0 forks source link

does not generate valid json #2

Closed maxandersen closed 1 year ago

maxandersen commented 1 year ago
javafinder json | jq
parse error: Invalid numeric literal at line 2, column 2

the output actually seem to have a bunch of escape codes:

{
  "timestamp":1685782808,
  "search_path":"/System/Volumes/Data/Library/Java/JavaVirtualMachines/",
  "sysinfo":{
HanSolo commented 1 year ago

Oh darn of course…was playing around with colored output on the console and forgot to remove it again…tststs

HanSolo commented 1 year ago

Fixed with release 17.0.19