jstoker
jstoker
Fix the handling of the Newtonsoft JsonIgnore attribute to take into account of inheritance.
Hi, When trying to graph a Keyword() instance, an exception is thrown. Sample code: ``` > from parcon import * > Keyword(Literal('a'), Literal('b')).graph() Traceback (most recent call last): File "",...
Fix regression from #844 within the 2.x release and applies the same partial fix in #895 in the other code path. This is to support providers such as Azure AD...