Contrived example:
@localizedModel({ title: {}, quiz: { jsonPath: '$.[question,answerMd]' }, }) class MyQuiz { title: string; quiz: JSONObject; }
Contrived example: