public final class com.oracle.truffle.api.utilities.JSONHelper$JSONObjectBuilder extends com.oracle.truffle.api.utilities.JSONHelper$JSONStringBuilder
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.utilities.JSONHelper$JSONObjectBuilder
  super_class: com.oracle.truffle.api.utilities.JSONHelper$JSONStringBuilder
{
  private final java.util.Map<java.lang.String, java.lang.Object> contents;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.utilities.JSONHelper$JSONObjectBuilder this
         0: .line 145
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.utilities.JSONHelper$JSONStringBuilder.<init>:()V
         1: .line 143
            aload 0 /* this */
            new java.util.LinkedHashMap
            dup
            invokespecial java.util.LinkedHashMap.<init>:()V
            putfield com.oracle.truffle.api.utilities.JSONHelper$JSONObjectBuilder.contents:Ljava/util/Map;
         2: .line 146
            return
        end local 0 // com.oracle.truffle.api.utilities.JSONHelper$JSONObjectBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/utilities/JSONHelper$JSONObjectBuilder;

  public com.oracle.truffle.api.utilities.JSONHelper$JSONObjectBuilder add(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/oracle/truffle/api/utilities/JSONHelper$JSONObjectBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.utilities.JSONHelper$JSONObjectBuilder this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String value
         0: .line 150
            aload 0 /* this */
            getfield com.oracle.truffle.api.utilities.JSONHelper$JSONObjectBuilder.contents:Ljava/util/Map;
            aload 1 /* key */
            aload 2 /* value */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 151
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String value
        end local 1 // java.lang.String key
        end local 0 // com.oracle.truffle.api.utilities.JSONHelper$JSONObjectBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/api/utilities/JSONHelper$JSONObjectBuilder;
            0    2     1    key  Ljava/lang/String;
            0    2     2  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      key    
      value  

  public com.oracle.truffle.api.utilities.JSONHelper$JSONObjectBuilder add(java.lang.String, java.lang.Number);
    descriptor: (Ljava/lang/String;Ljava/lang/Number;)Lcom/oracle/truffle/api/utilities/JSONHelper$JSONObjectBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.utilities.JSONHelper$JSONObjectBuilder this
        start local 1 // java.lang.String key
        start local 2 // java.lang.Number value
         0: .line 156
            aload 0 /* this */
            getfield com.oracle.truffle.api.utilities.JSONHelper$JSONObjectBuilder.contents:Ljava/util/Map;
            aload 1 /* key */
            aload 2 /* value */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 157
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Number value
        end local 1 // java.lang.String key
        end local 0 // com.oracle.truffle.api.utilities.JSONHelper$JSONObjectBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/api/utilities/JSONHelper$JSONObjectBuilder;
            0    2     1    key  Ljava/lang/String;
            0    2     2  value  Ljava/lang/Number;
    MethodParameters:
       Name  Flags
      key    
      value  

  public com.oracle.truffle.api.utilities.JSONHelper$JSONObjectBuilder add(java.lang.String, java.lang.Boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/Boolean;)Lcom/oracle/truffle/api/utilities/JSONHelper$JSONObjectBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.utilities.JSONHelper$JSONObjectBuilder this
        start local 1 // java.lang.String key
        start local 2 // java.lang.Boolean value
         0: .line 162
            aload 0 /* this */
            getfield com.oracle.truffle.api.utilities.JSONHelper$JSONObjectBuilder.contents:Ljava/util/Map;
            aload 1 /* key */
            aload 2 /* value */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 163
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Boolean value
        end local 1 // java.lang.String key
        end local 0 // com.oracle.truffle.api.utilities.JSONHelper$JSONObjectBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/api/utilities/JSONHelper$JSONObjectBuilder;
            0    2     1    key  Ljava/lang/String;
            0    2     2  value  Ljava/lang/Boolean;
    MethodParameters:
       Name  Flags
      key    
      value  

  public com.oracle.truffle.api.utilities.JSONHelper$JSONObjectBuilder add(java.lang.String, com.oracle.truffle.api.utilities.JSONHelper$JSONStringBuilder);
    descriptor: (Ljava/lang/String;Lcom/oracle/truffle/api/utilities/JSONHelper$JSONStringBuilder;)Lcom/oracle/truffle/api/utilities/JSONHelper$JSONObjectBuilder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.utilities.JSONHelper$JSONObjectBuilder this
        start local 1 // java.lang.String key
        start local 2 // com.oracle.truffle.api.utilities.JSONHelper$JSONStringBuilder value
         0: .line 168
            aload 0 /* this */
            getfield com.oracle.truffle.api.utilities.JSONHelper$JSONObjectBuilder.contents:Ljava/util/Map;
            aload 1 /* key */
            aload 2 /* value */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 169
            aload 0 /* this */
            areturn
        end local 2 // com.oracle.truffle.api.utilities.JSONHelper$JSONStringBuilder value
        end local 1 // java.lang.String key
        end local 0 // com.oracle.truffle.api.utilities.JSONHelper$JSONObjectBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/truffle/api/utilities/JSONHelper$JSONObjectBuilder;
            0    2     1    key  Ljava/lang/String;
            0    2     2  value  Lcom/oracle/truffle/api/utilities/JSONHelper$JSONStringBuilder;
    MethodParameters:
       Name  Flags
      key    
      value  

  protected void appendTo(java.lang.StringBuilder);
    descriptor: (Ljava/lang/StringBuilder;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // com.oracle.truffle.api.utilities.JSONHelper$JSONObjectBuilder this
        start local 1 // java.lang.StringBuilder sb
         0: .line 175
            aload 1 /* sb */
            ldc "{"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         1: .line 176
            iconst_0
            istore 2 /* comma */
        start local 2 // boolean comma
         2: .line 177
            aload 0 /* this */
            getfield com.oracle.truffle.api.utilities.JSONHelper$JSONObjectBuilder.contents:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 4
            goto 10
      StackMap locals: com.oracle.truffle.api.utilities.JSONHelper$JSONObjectBuilder java.lang.StringBuilder int top java.util.Iterator
      StackMap stack:
         3: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 3 /* entry */
        start local 3 // java.util.Map$Entry entry
         4: .line 178
            iload 2 /* comma */
            ifeq 6
         5: .line 179
            aload 1 /* sb */
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 181
      StackMap locals: com.oracle.truffle.api.utilities.JSONHelper$JSONObjectBuilder java.lang.StringBuilder int java.util.Map$Entry java.util.Iterator
      StackMap stack:
            aload 1 /* sb */
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.CharSequence
            invokestatic com.oracle.truffle.api.utilities.JSONHelper.quote:(Ljava/lang/CharSequence;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         7: .line 182
            aload 1 /* sb */
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         8: .line 183
            aload 1 /* sb */
            aload 3 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            invokestatic com.oracle.truffle.api.utilities.JSONHelper$JSONObjectBuilder.appendValue:(Ljava/lang/StringBuilder;Ljava/lang/Object;)V
         9: .line 184
            iconst_1
            istore 2 /* comma */
        end local 3 // java.util.Map$Entry entry
        10: .line 177
      StackMap locals: com.oracle.truffle.api.utilities.JSONHelper$JSONObjectBuilder java.lang.StringBuilder int top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        11: .line 186
            aload 1 /* sb */
            ldc "}"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        12: .line 187
            return
        end local 2 // boolean comma
        end local 1 // java.lang.StringBuilder sb
        end local 0 // com.oracle.truffle.api.utilities.JSONHelper$JSONObjectBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lcom/oracle/truffle/api/utilities/JSONHelper$JSONObjectBuilder;
            0   13     1     sb  Ljava/lang/StringBuilder;
            2   13     2  comma  Z
            4   10     3  entry  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/lang/Object;>;
    MethodParameters:
      Name  Flags
      sb    
}
SourceFile: "JSONHelper.java"
NestHost: com.oracle.truffle.api.utilities.JSONHelper
InnerClasses:
  public final JSONObjectBuilder = com.oracle.truffle.api.utilities.JSONHelper$JSONObjectBuilder of com.oracle.truffle.api.utilities.JSONHelper
  public abstract JSONStringBuilder = com.oracle.truffle.api.utilities.JSONHelper$JSONStringBuilder of com.oracle.truffle.api.utilities.JSONHelper
  public abstract Entry = java.util.Map$Entry of java.util.Map