Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. [exec:exec]
  2. Test Run [JSONiJ]
  3. 1 JSONiJ [Empty Object| input='{}' output='{}' result='Pass'] in 40568ns
  4. 2 JSONiJ [Empty Array| input='[]' output='[]' result='Pass'] in 27805ns
  5. 3 JSONiJ [Simple Integer| input='{"v":1337}' output='{"v":1337}' result='Pass'] in 390696ns
  6. 4 JSONiJ [Simple Negative Integer| input='{"v":-5678}' output='{"v":-5678}' result='Pass'] in 376333ns
  7. 5 JSONiJ [Simple Decimal| input='{"v":3.1415}' output='{"v":3.1415}' result='Pass'] in 412810ns
  8. 6 JSONiJ [Simple Negative Decimal| input='{"v":-0.01223}' output='{"v":-0.01223}' result='Pass'] in 411551ns
  9. 7 JSONiJ [Simple String Value| input='{"v":"String"}' output='{"v":"String"}' result='Pass'] in 522452ns
  10. 8 JSONiJ [Exponent Decimal Value Uppercase| input='{"PI":3.141E100}' output='{"PI":3.141E100}' result='Pass'] in 728088ns
  11. 9 JSONiJ [Exponent Decimal Value Lowercase| input='{"PI":3.141e-99}' output='{"PI":3.141E-99}' result='Pass'] in 594133ns
  12. 10 JSONiJ [True Value| input='{"v":true}' output='{"v":true}' result='Pass'] in 358385ns
  13. 11 JSONiJ [False Value| input='{"v":false}' output='{"v":false}' result='Pass'] in 354715ns
  14. 12 JSONiJ [Null Value| input='{"v":null}' output='{"v":null}' result='Pass'] in 358109ns
  15. 13 JSONiJ [Large Int Value| input='{"v":123456789123456789123456789}' output='{"v":123456789123456789123456789}' result='Pass'] in 516782ns
  16. 14 JSONiJ [Lowecase Unicode| input='{"v":"\u2000\u20ff"}' output='{"v":"\u2000\u20ff"}' result='Pass'] in 599786ns
  17. 15 JSONiJ [Uppercase Unicode| input='{"v":"\u2000\u20FF"}' output='{"v":"\u2000\u20ff"}' result='Pass'] in 586778ns
  18. Test Run [org.json]
  19. 1 org.json [Empty Object| input='{}' output='{}' result='Pass'] in 33364ns
  20. 2 org.json [Empty Array| input='[]' output='[]' result='Pass'] in 31808ns
  21. 3 org.json [Simple Integer| input='{"v":1337}' output='{"v":1337}' result='Pass'] in 102074ns
  22. 4 org.json [Simple Negative Integer| input='{"v":-5678}' output='{"v":-5678}' result='Pass'] in 3179144ns
  23. 5 org.json [Simple Decimal| input='{"v":3.1415}' output='{"v":3.1415}' result='Pass'] in 174253ns
  24. 6 org.json [Simple Negative Decimal| input='{"v":-0.01223}' output='{"v":-0.01223}' result='Pass'] in 178439ns
  25. 7 org.json [Simple String Value| input='{"v":"String"}' output='{"v":"String"}' result='Pass'] in 85404ns
  26. 8 org.json [Exponent Decimal Value Uppercase| input='{"PI":3.141E100}' output='{"PI":3.141E100}' result='Pass'] in 302982ns
  27. 9 org.json [Exponent Decimal Value Lowercase| input='{"PI":3.141e-99}' output='{"PI":3.141E-99}' result='Pass'] in 310040ns
  28. 10 org.json [True Value| input='{"v":true}' output='{"v":true}' result='Pass'] in 85006ns
  29. 11 org.json [False Value| input='{"v":false}' output='{"v":false}' result='Pass'] in 82165ns
  30. 12 org.json [Null Value| input='{"v":null}' output='{"v":null}' result='Pass'] in 86757ns
  31. 13 org.json [Large Int Value| input='{"v":123456789123456789123456789}' output='{"v":1.2345678912345679E26}' result='Pass'] in 459998ns
  32. 14 org.json [Lowecase Unicode| input='{"v":"\u2000\u20ff"}' output='{"v":"\u2000\u20ff"}' result='Pass'] in 170155ns
  33. 15 org.json [Uppercase Unicode| input='{"v":"\u2000\u20FF"}' output='{"v":"\u2000\u20ff"}' result='Pass'] in 139163ns
  34. ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement