I've been writing code long enough to remember when computers had 5¼-inch floppy drives and exactly zero network cards. Connectivity was a 2400 baud modem talking to a local BBS via the plain old telephone system. The notion of two computers talking to each other was conceivable-but just the two. The Internet was just a twinkle in the eyes of a few DARPA engineers.
You've already covered most of the "core" JSON utilities, so that's a really solid toolkit. A few things that come to mind that could make it even more useful: JSON → Markdown / Table generator: super handy for documentation and wikis. JSON Schema → Form generator: let people paste a schema and instantly get a web form to fill in.
Creating a custom object and transforming it into JSON involves additional overhead due to object instantiation and property setting. For high-volume web API calls, this could lead to performance bottlenecks.