senzing-garage / sz-sdk-json-type-definition

[Spike] Codify JSON structure
Apache License 2.0
0 stars 0 forks source link
senzing-garage

sz-sdk-json-type-definition

If you are beginning your journey with Senzing, please start with Senzing Quick Start guides.

You are in the Senzing Garage where projects are "tinkered" on. Although this GitHub repository may help you understand an approach to using Senzing, it's not considered to be "production ready" and is not considered to be part of the Senzing product. Heck, it may not even be appropriate for your application of Senzing!

:warning: WARNING: sz-sdk-json-type-definition is still in development :warning: _

At the moment, this is "work-in-progress" with Semantic Versions of 0.n.x. Although it can be reviewed and commented on, the recommendation is not to use it yet.

Synopsis

The Senzing sz-sdk-json-type-definition uses JSON Type Definition to model the JSON that is returned from Senzing API calls.

Overview

By using the code generated by JSON Type Definition, JSON returned by the Senzing API calls are easier to parse. Examples:

  1. Python - main.py
  2. Go - main.go
  3. Java - main.java

The actual specification is senzingapi-RFC8927.json.

From this specification, code is generated for the following languages:

  1. csharp
  2. go
  3. java
  4. python
  5. ruby
  6. rust
  7. typescript

Use

(TODO:)

References

  1. Development
  2. Errors
  3. Examples
  4. Package reference