You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now phputil/JSON depends on phputil/RTTI version 1.4, because of the …
…__class "magic" method support; Generated JSON changed to *not* include a space after the colon (e.g. { "a" : 1 } now is { "a": 1 }); Test added in JSONTest;