Replies: 3 comments 2 replies
-
any input? |
Beta Was this translation helpful? Give feedback.
1 reply
-
true or tru or other value should not affect parsing since it's just a value? Not a name? My question is that if "EntitlementChecked" : true, may I code like this: if (source.at("EntitlementChecked")) |
Beta Was this translation helpful? Give feedback.
1 reply
-
very clear. and thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
"Source": [
{
"Name": "Bloomberg",
"EntitlementChecked" : true,
}
]
assume source is a ref to the first object of Source array. Can I use if (source.at("EntitlementChecked")) ... ?
if "true" is "tru", should the if stmt fail?
Beta Was this translation helpful? Give feedback.
All reactions