Skip to content

Commit

Permalink
#1134 - Implement a sub-framework for easier JSON processing and vali…
Browse files Browse the repository at this point in the history
…dation - switching to Object type
  • Loading branch information
ipolevoy committed Aug 9, 2021
1 parent 8e87158 commit 48e41d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public JSONList getList(String attributePath) {
/**
* @param attributePath accepts a dot-delimited format: "university.students" where every entry must be a map.
*/
public boolean getBoolean(String attributePath){
public Boolean getBoolean(String attributePath){
return Convert.toBoolean(get(attributePath));
}

Expand Down

0 comments on commit 48e41d5

Please sign in to comment.