String json = Json.createObjectBuilder() .add("key1", "value1") .add("key2", "value2") .build() .toString();