json-path / JsonPath

Java JsonPath implementation
Apache License 2.0
8.77k stars 1.63k forks source link

Check if a field is a valid time, date or zonedDateTime #401

Open letthefireflieslive opened 6 years ago

letthefireflieslive commented 6 years ago

i am not sure if there's is an existing way to deal with time/date.

jsonPath("$.expiration").isDateTime('Brisbane/Australia');

letthefireflieslive commented 6 years ago

can i be assigned to this if this is valid