MatthijsFontys

dataset

Mar 19th, 2021 (edited)
564
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.54 KB | None | 0 0
  1. db.dataset.insertOne({
  2.     "category": {
  3.         "name": "Poetry",
  4.         "id": 1
  5.     },
  6.     "title": "myData",
  7.     "data": {
  8.         "bestValue": "> 9000",
  9.         "worstValue": "< 9000"
  10.     },
  11.     "author": "Shakespeare",
  12.     "visibility": "protected",
  13.     "description": "Truely amazing data!"
  14. });
  15.  
  16.  
  17. {
  18.     "category": "0e95227b-9121-4393-9761-fba8344509e8",
  19.     "title": "myData",
  20.     "data": {
  21.         "bestValue": "> 9000",
  22.         "worstValue": "< 9000"
  23.     },
  24.     "author": "Shakespeare",
  25.     "visibility": "protected",
  26.     "description": "Truely amazing data!"
  27. }
Add Comment
Please, Sign In to add comment