Just did an online screening with Tesla, they ask a variation on Basic Calculator 2/3
Summary
Interview Experience
JSONPath Evaluator Problem Description Implement a function that evaluates JSONPath expressions to extract data from a JSON object. JSONPath is a query language for JSON, similar to how XPath is used for XML. Your task is to implement the `evalJq(json_data, expression)` function that takes a JSON...


