Solved
Forum Discussion
koryknick
2 years agoEmployee
Here is a short video showing how I proposed using JSONPath.
If your data is a field like languages
, you could use $languages.map(obj => obj.language)
to pull just those values out.
Here is a short video showing how I proposed using JSONPath.