Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. {
  2. "binary1": {
  3. "label": 1,
  4. "sequences": [
  5. ["api1","api2","api3", ...],
  6. ["api1","api2","api3", ...],
  7. ["api1","api2","api3", ...],
  8. ["api1","api2","api3", ...],
  9. ...
  10. ]
  11. },
  12. "binary2": {
  13. "label": 0,
  14. "sequences": [
  15. ["api1","api2","api3", ...],
  16. ["api1","api2","api3", ...],
  17. ["api1","api2","api3", ...],
  18. ["api1","api2","api3", ...],
  19. ...
  20. ]
  21. },
  22. ...
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement