Azure / Azure/azure-documentdb-java
new Document(JSONObject) constructor - yields empty results
オープン
bug
- 主要言語
- Java
- スター
- 51
- フォーク
- 52
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
When running
new Document(JSONObject) -> the document received is empty.
Running new Document(JSONObject.toString()) - works fine.
The root issue is that for some reason new JSONObject(JSONObject) returns an empty JSONObject (and that's what happens in JSONSerializable's constructor):
``
protected JsonSerializable(JSONObject jsonObject) {
this.propertyBag = new JSONObject(jsonObject);
}
``
コントリビューションガイド
評価
この issue はまだ評価されていません。