tags:

views:

13

answers:

0

From my reading, I understand JSON to only work with public attributes. Is there a way to get it to work with private attributes? Would the magic getter (__get) do this?

TIA