Method
toJSON
Return this dictionary as a String in JSON format.
()
Source from the content-addressed store, hash-verified
| 844 | * Return this dictionary as a String in JSON format. |
| 845 | */ |
| 846 | public String toJSON() { |
| 847 | return "[ " + join(", ") + " ]"; |
| 848 | } |
| 849 | |
| 850 | |
| 851 | @Override |
Tested by
no test coverage detected