I have some characters as-
{"user_id":"7178717","firstname":"John","lastname":"Daniel","email":"test@example.com"}
Please some one tell me how to first represent/store these characters as it is in Java program ie can I represent these characters in enum or some array or some type etc. I need to know the type to represent or store this stream of characters And how to break these in occurrence of coma ie ',' I want to write an application in Java 8edn