Functions§
- Add a value associated with a field to the context. This is useful when you want to match a value against a field in the schema.
- Deallocate the context object.
- Get the result of the context.
- Allocate a new context object associated with the schema.
- Reset the context so that it can be reused. This is useful when you want to reuse the same context for multiple matches. This will clear all the values that were added to the context, but keep the memory allocated for the context.