JSON-stat > Format > Viewer
CLOSED HEAD BARRELS - Global Drums \n \n
\n\n\n\n\n\n\n\n\n Filters \n
  • \n\nSort by \n
    ...
    \n
\n
\n\n\n\n\n\nMy Cart
\n
\n\n\n\n\n\nWishlist
\n\n\n\n\nRecently Viewed
\n
\n\nCategories
\n\n\n\n\n
\n\n\n\n\n\n\n \n
\n\n\n\n\n\n' ; 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; }