Subversion Repositories bacoAlunos

Rev

Blame | Compare with Previous | Last modification | View Log | RSS feed

package genson.stream;

public enum JsonType {
  EMPTY,
  OBJECT,
  ARRAY,
  METADATA
}