Backwards-compatible means the new thing can handle the old things. Here JSON5 is backwards-compatible with JSON.
Forwards-compatible means the old thing can handle the new things. Here JSON is not forwards-compatible with JSON5.