Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.30 KB | None | 0 0
  1. {
  2.     "page":"number",
  3.     "clausulas":[
  4.         {
  5.             "campo":"",
  6.             "valor":"",
  7.             "operador":"IGUAL, MAIOR_IGUAL, MENOR_IGUAL...",
  8.             "operadorlogico":"AND, OR"
  9.         },
  10.     "ordenacoes":[
  11.         "campo":"",
  12.         "direcao":"ASC, DESC"
  13.     ]
  14.     ]
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement