818283848586878889
* @return json * @since 0.5.0 */ public Json getJson() { if (json == null) { json = new Json(rawText); } return json; }