Advertisement
Guest User

Untitled

a guest
Aug 24th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. {
  2. "data": {
  3. "customer": {
  4. "childs": {
  5. "customerID": {
  6. "_q": {
  7. "ID": true
  8. }
  9. }
  10. }
  11. },
  12. "employe": {
  13. "childs": {
  14. "employeID": {
  15. "_q": {
  16. "ID": true
  17. },
  18. "childs": {
  19. "firstName": {
  20. "_q": {
  21. "saveValue": {
  22. "filter": "uppercase"
  23. },
  24. "deleteValue": ".timeStamp",
  25. "copy": [
  26. {
  27. "saveValue": "$",
  28. "deleteValue": "null",
  29. "path": "/contact/#employeID/firstName"
  30. }
  31. ]
  32. }
  33. }
  34. }
  35. }
  36. }
  37. }
  38. },
  39. "id_index": {
  40. "customer>ID": "customerID",
  41. "employe>ID": "employeID"
  42. }
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement