JSON-stat > Format > Viewer
Index of /

Index of /

\n
\n\n
NameLast ModifiedSize
Directorycgi-bin2026-03-14 05:51-
\n
Proudly Served by LiteSpeed Web Server at countdownshitemita.com Port 443
' ; try{ //Is it JSON? j=JSONstat( JSON.parse(str) ); }//Not JSON? is it a CSV? catch(e){ j=JSONstat( JSONstatUtils.fromCSV(str, { label: "Imported from CSV", vlast: true // vfield is known as a format requirement: last column*/ // assuming standard delimiter "," and decimal "." }) ); isCSV=true; }