Revert "Move SkJSON.h to //modules/jsonreader"
This reverts commit 345450d1addc8c51cf1e35c3d2794de9c1beed3d.
Reason for revert: Potentially breaking roll
Original change's description:
> Move SkJSON.h to //modules/jsonreader
>
> JSON parsing doesn't need to be part of Skia's core functionality,
> so we can move it to either //modules or //tools. Since it *is* part
> of Skottie's functionality, //modules seemed like the best home
> for it.
>
> SkJSONReader has lots of little-endian specific code that has not
> been ported to big-endian code. While core Skia doesn't have
> great support for big-endian systems, moving this out should allow
> core Skia to compile on big-endian systems without hitting
> the `static_assert(false)` statements
>
> Change-Id: I62e28e33227dd7939051ccd52d1217463378a7f7
> Reviewed-on: https://skia-review.googlesource.com/c/skia/+/927040
> Reviewed-by: Florin Malita <fmalita@google.com>
> Commit-Queue: Florin Malita <fmalita@google.com>
> Auto-Submit: Kaylee Lubick <kjlubick@google.com>
Change-Id: I24339f6c4527bb69fb9f20c130ee0860b415349a
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/927596
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Commit-Queue: Jim Van Verth <jvanverth@google.com>
64 files changed