...

Text file src/github.com/gabriel-vasile/mimetype/testdata/ndjson.ndjson

Documentation: github.com/gabriel-vasile/mimetype/testdata

     1{  "firstName": "John",  "lastName": "Smith",  "age": -25,  "limit": 1e2,  "width": 12,  "height": 1.73,  "good": true,  "bad": false,  "address": {    "streetAddress": "21\t\u0009 \u1234 2nd Street",    "city": "New York",    "state": "NY",    "postalCode": "10021"  },  "phoneNumber": [    {      "type": "home",      "number": "212 555-1234"    },    {      "type": "fax",      "number": "646 555-4567"    }  ],  "gender": {    "type": "male"  }}
     2{  "firstName": "John",  "lastName": "Smith",  "age": -25,  "limit": 1e2,  "width": 12,  "height": 1.73,  "good": true,  "bad": false,  "address": {    "streetAddress": "21\t\u0009 \u1234 2nd Street",    "city": "New York",    "state": "NY",    "postalCode": "10021"  },  "phoneNumber": [    {      "type": "home",      "number": "212 555-1234"    },    {      "type": "fax",      "number": "646 555-4567"    }  ],  "gender": {    "type": "male"  }}
     3
     4{  "firstName": "John",  "lastName": "Smith",  "age": -25,  "limit": 1e2,  "width": 12,  "height": 1.73,  "good": true,  "bad": false,  "address": {    "streetAddress": "21\t\u0009 \u1234 2nd Street",    "city": "New York",    "state": "NY",    "postalCode": "10021"  },  "phoneNumber": [    {      "type": "home",      "number": "212 555-1234"    },    {      "type": "fax",      "number": "646 555-4567"    }  ],  "gender": {    "type": "male"  }}

View as plain text