SimpleJsonPath typedef
SimpleJsonPath = List
this type is to define a path to a json
each members has to be a String ot a Int @todo fixme: dynamic should be String|Int
Implementation
typedef SimpleJsonPath = List<dynamic>;