Yann
Very usefull plugin, but I think there's a bug in "Get Size" method:
for each property at current > JSON.Size(JSON.CurrentKey) always returns 2, no matter how I try
OK, found it out. It should be similar to the array's "Length" method, with an argument (1):
for each property at current >JSON.Size(1)