jakartaee / jsonp-api

Jakarta JSON Processing
https://eclipse.org/ee4j/jsonp
Other
138 stars 59 forks source link

added 3 new methods in the Json Object interface #370

Closed RealYusufIsmail closed 2 years ago

RealYusufIsmail commented 2 years ago

added 3 new Method in the Json Object class:

getLong(String name);

getLong(String name, long defaultValue);

isSpecifiedType(String key, JsonValue type);

Signed-off-by: Yusuf Arfan Ismail yusufgamer222@gmail.com

RealYusufIsmail commented 2 years ago

How long do I have to wait in order for this pr to be reviewed.

RealYusufIsmail commented 2 years ago

@tabishop