Recommend an AI model for structured (json)

Hiya,

I’m very new to AI, but a long-term JS engineer.

I want to find a model to do the following (currently I use ChatGPT which does this well):

Can you find all the date, and heading fields from this JSON Object: {...complex json object}. The output should be [{date:'',heading:''}....]

In my basic understanding, the model needs to be good at two things: Natural language processing (mainly english) and reading structured data.

Is there a model you can suggest using for this?

Thanks,

The most recommended AI model for working with structured data of json is transformers library by hugging face.