Resolve "Wrapper for web client calls to insert data into OSDU storage."
Closes #4 (closed) This adds:
- An abstract class that defines an interface for classes that can be used to write json to a certain location, could be a web service or the local filesystem.
- Adds a class that has the basic capability to write dictionaries to json files.