Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to deal with fav.movie ? #11

Open
6high opened this issue Mar 11, 2020 · 1 comment
Open

how to deal with fav.movie ? #11

6high opened this issue Mar 11, 2020 · 1 comment

Comments

@6high
Copy link

6high commented Mar 11, 2020

{
  "name": {"first": "Tom", "last": "Anderson"},
  "age":37,
  "children": ["Sara","Alex","Jack"],
  "fav.movie": "Deer Hunter",
  "friends": [
    {"first": "Dale", "last": "Murphy", "age": 44, "nets": ["ig", "fb", "tw"]},
    {"first": "Roger", "last": "Craig", "age": 68, "nets": ["fb", "tw"]},
    {"first": "Jane", "last": "Murphy", "age": 47, "nets": ["ig", "tw"]}
  ]
}

how to get fav.movie value ?

@yalp
Copy link
Owner

yalp commented Mar 18, 2020

Maybe use the bracket syntax ($["fav.movie"]) instead of dotted syntax ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants