I'm currently reading in JWK token from a parameter store into a Java properties file. Once it's in the property file I read it form there and get something in this format back.
"{ private: { a: adasdas, b: asdasdasd, c: asdasdas} }"
Is there a way to turn this into a hashMap<string, object> so that I can grab the private object?