Method
toJSON
Return this dictionary as a String in JSON format.
()
Source from the content-addressed store, hash-verified
| 866 | * Return this dictionary as a String in JSON format. |
| 867 | */ |
| 868 | public String toJSON() { |
| 869 | return "[ " + join(", ") + " ]"; |
| 870 | } |
| 871 | |
| 872 | |
| 873 | @Override |
Tested by
no test coverage detected