Json – A question regarding a class structure that will hold various types
I am creating a basic JSON string parser and I've run into a situation. I've been using the following RFC. RFC 8259: The JavaScript Object Notation (JSON) Data Interchange Format. In Section 3 – Values, it defines that a value…