Method
toJSON
Return this dictionary as a String in JSON format.
()
Source from the content-addressed store, hash-verified
| 926 | * Return this dictionary as a String in JSON format. |
| 927 | */ |
| 928 | public String toJSON() { |
| 929 | return "[ " + join(", ") + " ]"; |
| 930 | } |
| 931 | |
| 932 | |
| 933 | @Override |
Tested by
no test coverage detected