altoslib: Hide members from json by prefixing with __
authorKeith Packard <keithp@keithp.com>
Tue, 9 May 2017 07:13:16 +0000 (00:13 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 9 May 2017 07:14:12 +0000 (00:14 -0700)
commit975751b604784e86b2ddb944a72b55ca3f14cf63
tree9f194c295fa0631c8f12595f46335bb39f60e415
parent08da6f2100c0241c70554427e53b7e237dfda16c
altoslib: Hide members from json by prefixing with __

This lets some structures which would otherwise recurse (and crash)
get converted to json, assuming the hidden members aren't relevant.

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosConfigData.java
altoslib/AltosJson.java