Hello, I am receiving a json string, I need to separate data by class properties

Viewed 26

I am receiving a json string, I need to separate data by class properties. The problem is that I can only know part of the key. For example, the key is 12345@666.777, I only know @666.777. Is it possible to somehow use regular expressions or look for values by part of the key?

1 Answers
Related