JsonObject jsonObject = JsonBuilderFactory.buildObject() //Create a new builder for an object .addNull("nullKey") //1. Add a null to the ...
確定! 回上一頁