Micro Focus Interview Question

How would you parse JSON packages in Java without a framework/library?

Interview Answer

Anonymous

Nov 7, 2017

I broke down the steps of turning raw data into strings through regular expression matching.

1