()
| 66 | } |
| 67 | |
| 68 | public JsonString array () { |
| 69 | requireCommaOrName(); |
| 70 | buffer.append('['); |
| 71 | stack.add(current); |
| 72 | current = array; |
| 73 | return this; |
| 74 | } |
| 75 | |
| 76 | /** Prefer calling the more specific value() methods. */ |
| 77 | public JsonString value (@Null Object value) { |