Skip to content

Commit

Permalink
added null value to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-hoefgen committed Oct 30, 2023
1 parent 8beb28d commit b31d6c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OpenFeature.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ openFeatureClient.getObjectValue("json-flag", new Value(new ArrayList<String>(Ar
openFeatureClient.getObjectValue("json-flag", new Value(610));
openFeatureClient.getObjectValue("json-flag", new Value(false));
openFeatureClient.getObjectValue("json-flag", new Value("string"));
openFeatureClient.getObjectValue("json-flag", new Value());
```

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

0 comments on commit b31d6c9

Please sign in to comment.