Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
myData( {
  version : '0.6',
  reqId : 'requestIDnumber',
  status : 'ok',
  sig : '65724392',
  table : {
    cols : [ {
      id : 'A',
      label : 'slug',
      type : 'string',
      pattern : ''
    }, {
      id : 'B',
      label : 'name',
      type : 'string',
      pattern : ''
    }, {
      id : 'C',
      label : 'email',
      type : 'string',
      pattern : ''
    }, {
      id : 'D',
      label : 'nsid',
      type : 'number',
      pattern : '#0.###############'
    }, {
      id : 'E',
      label : 'theme',
      type : 'string',
      pattern : ''
    } ],
    rows : [ {
      c : [ {
        v : 'mo'
      }, {
        v : 'Mohammad Taheri'
      }, {
        v : 'email@yahoo.com'
      }, {
        v : 2929292.0,
        f : '2929292'
      }, {
        v : 'blanc'
      } ]
    } ]
  }
});
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers