mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 18:24:02 +00:00
![Mike Hommey](/assets/img/avatar_default.png)
The interesting feature JSONWriteFunc has, contrary to JSONWriter, is that it only has virtual methods, which makes it a better candidate to be passed around between libraries not linked against each other. This will allow to make dmd and libxul independent from each other.