-
Type:
Feature Request
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: spin
AT:
- SpinJsonNode provides a prop() method which returns a Json object
SpinJsonNode n = JSON("
{ \"a\": 1 } ").prop("a")
int val = n.value() ??
int val = n.intValue() ??