Skip to content

Commit b31d6c9

Browse files
author
chris-hoefgen
committed
added null value to doc
1 parent 8beb28d commit b31d6c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

OpenFeature.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ openFeatureClient.getObjectValue("json-flag", new Value(new ArrayList<String>(Ar
7676
openFeatureClient.getObjectValue("json-flag", new Value(610));
7777
openFeatureClient.getObjectValue("json-flag", new Value(false));
7878
openFeatureClient.getObjectValue("json-flag", new Value("string"));
79+
openFeatureClient.getObjectValue("json-flag", new Value());
7980
```
8081

8182
However, these are not valid types for the DevCycle SDK, the DevCycle SDK only supports JSON Objects:

0 commit comments

Comments
 (0)