MCPcopy
hub / github.com/libgdx/libgdx / object

Method object

gdx/src/com/badlogic/gdx/utils/JsonString.java:60–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 }
59
60 public JsonString object () {
61 requireCommaOrName();
62 buffer.append('{');
63 stack.add(current);
64 current = object;
65 return this;
66 }
67
68 public JsonString array () {
69 requireCommaOrName();

Callers

nothing calls this directly

Calls 4

requireCommaOrNameMethod · 0.95
nameValueMethod · 0.95
addMethod · 0.65
appendMethod · 0.45

Tested by

no test coverage detected