Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. {
  2. "file":
  3. {
  4. "var-type":
  5. {
  6. "var1":
  7. {
  8. "description": "the description here",
  9. "length": "the length here",
  10. "type": "the type here",
  11. "line": "the line number here",
  12. }
  13. }
  14. }
  15. }
  16.  
  17. +------+-----------------+-----------------+---------------+
  18. | Name | Description | Length | Type |
  19. +------+-----------------+-----------------+---------------+
  20. | var1 | the description | the length here | the type here |
  21. +------+-----------------+-----------------+---------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement