In a previous post, I demonstrated the simplest way write a single entity payload with ODataLib, the low-level OData serialization library. That example included just the bare essentials required for writing, but you’ll need more than that for most real-world scenarios. For example, writing a payload in the new JSON format requires some extra setup, ...