activity/tools
Cory Slep bcaa3a9059 Fix handling of null JSON literals in vocab
We now recognize an all-empty intermediate value to mean that the
unknown value is really a null one.
2018-04-28 16:22:17 +02:00
..
defs
streams
vocab Fix handling of null JSON literals in vocab 2018-04-28 16:22:17 +02:00
README.md

README.md

tools

Contains the code-generation logic for aspects of this library:

  • defs contains common utilities and definitions for the Vocabulary.
  • vocab is the tool used to generate the Vocabulary code.
  • vocab/gen is the library that does the heavy lifting of generating the Vocabulary code.
  • stream is the tool used to generate the ActivityStream convenience code.
  • stream/gen is the library that does the heavy lifting of generating the ActivityStream convenience code.