Skip to content

Instantly share code, notes, and snippets.

View zacheusz's full-sized avatar
🔮
Any sufficiently advanced technology is indistinguishable from magic.

zacheusz

🔮
Any sufficiently advanced technology is indistinguishable from magic.
View GitHub Profile
import java.util.*;
public class MutableJson {
public static void main(String[] args) {
MutableJson json = new MutableJson(
new HashMap<String, Object>() {{
put("store", new HashMap<String, Object>() {{
put("name", "Some Store");
put("books", Arrays.asList(