mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-14 14:02:47 +00:00
486629b635
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.