public class JsonStatus extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
countBraces |
boolean |
openAntiSlash |
int |
openBraces |
int |
openBrackets |
boolean |
openDoubleQuotes |
boolean |
openSimpleQuotes |
NutsSession |
session |
| Constructor and Description |
|---|
JsonStatus(NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkPartialValid(boolean throwError) |
boolean |
checkValid(boolean throwError) |
public int countBraces
public int openBraces
public int openBrackets
public boolean openAntiSlash
public boolean openSimpleQuotes
public boolean openDoubleQuotes
public NutsSession session
public JsonStatus(NutsSession session)
Copyright © 2021 vpc open source initiative. All rights reserved.