Method
toJSON
Return this dictionary as a String in JSON format.
()
Source from the content-addressed store, hash-verified
| 917 | * Return this dictionary as a String in JSON format. |
| 918 | */ |
| 919 | public String toJSON() { |
| 920 | return "[ " + join(", ") + " ]"; |
| 921 | } |
| 922 | |
| 923 | |
| 924 | @Override |
Tested by
no test coverage detected