Skip to content

Commit

Permalink
update variant type as object
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-gmahadevan committed Aug 22, 2024
1 parent ad882b0 commit ff073b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ public String asJsonString() {
* @since 1.14.0
*/
public JsonNode asJsonNode() {
verify(VariantTypes.String);
verify(VariantTypes.Object);
return objectToJsonNode(value);
}

Expand Down

0 comments on commit ff073b2

Please sign in to comment.