README.md
setup.py
jsonclasses/__init__.py
jsonclasses/class_definition.py
jsonclasses/config.py
jsonclasses/contexts.py
jsonclasses/exceptions.py
jsonclasses/field_definition.py
jsonclasses/isjsonclass.py
jsonclasses/json_encoder.py
jsonclasses/jsonclass.py
jsonclasses/jsonclass_field.py
jsonclasses/jsonclass_graph.py
jsonclasses/jsonclass_object.py
jsonclasses/jsonclassify.py
jsonclasses/jsondict.py
jsonclasses/jsonenum.py
jsonclasses/keypath_utils.py
jsonclasses/mark_graph.py
jsonclasses/mypy.py
jsonclasses/object_graph.py
jsonclasses/owned_collection_utils.py
jsonclasses/owned_dict.py
jsonclasses/owned_list.py
jsonclasses/types.py
jsonclasses/types_resolver.py
jsonclasses/typing.py
jsonclasses.egg-info/PKG-INFO
jsonclasses.egg-info/SOURCES.txt
jsonclasses.egg-info/dependency_links.txt
jsonclasses.egg-info/not-zip-safe
jsonclasses.egg-info/requires.txt
jsonclasses.egg-info/top_level.txt
jsonclasses/validators/__init__.py
jsonclasses/validators/bool_validator.py
jsonclasses/validators/chained_validator.py
jsonclasses/validators/collection_type_validator.py
jsonclasses/validators/compare_validator.py
jsonclasses/validators/date_validator.py
jsonclasses/validators/datetime_validator.py
jsonclasses/validators/default_validator.py
jsonclasses/validators/dictof_validator.py
jsonclasses/validators/eager_validator.py
jsonclasses/validators/embedded_validator.py
jsonclasses/validators/enum_validator.py
jsonclasses/validators/float_validator.py
jsonclasses/validators/index_validator.py
jsonclasses/validators/inputall_validator.py
jsonclasses/validators/inputlname_validator.py
jsonclasses/validators/inputname_validator.py
jsonclasses/validators/inputvalue_validator.py
jsonclasses/validators/instanceof_validator.py
jsonclasses/validators/int_validator.py
jsonclasses/validators/invalid_validator.py
jsonclasses/validators/length_validator.py
jsonclasses/validators/linkedby_validator.py
jsonclasses/validators/linkedin_validator.py
jsonclasses/validators/linkedthru_validator.py
jsonclasses/validators/linkto_validator.py
jsonclasses/validators/listof_validator.py
jsonclasses/validators/match_validator.py
jsonclasses/validators/max_validator.py
jsonclasses/validators/maxlength_validator.py
jsonclasses/validators/min_validator.py
jsonclasses/validators/minlength_validator.py
jsonclasses/validators/negative_validator.py
jsonclasses/validators/nonnull_validator.py
jsonclasses/validators/nullable_validator.py
jsonclasses/validators/oneof_validator.py
jsonclasses/validators/oneoftype_validator.py
jsonclasses/validators/onsave_validator.py
jsonclasses/validators/onupdate_validator.py
jsonclasses/validators/onwrite_validator.py
jsonclasses/validators/outputlname_validator.py
jsonclasses/validators/outputname_validator.py
jsonclasses/validators/outputvalue_validator.py
jsonclasses/validators/positive_validator.py
jsonclasses/validators/present_validator.py
jsonclasses/validators/presentwith_validator.py
jsonclasses/validators/presentwithout_validator.py
jsonclasses/validators/preserialize_validator.py
jsonclasses/validators/primary_validator.py
jsonclasses/validators/range_validator.py
jsonclasses/validators/readonly_validator.py
jsonclasses/validators/readwrite_validator.py
jsonclasses/validators/referee_validator.py
jsonclasses/validators/referrer_validator.py
jsonclasses/validators/required_validator.py
jsonclasses/validators/reset_validator.py
jsonclasses/validators/setonsave_validator.py
jsonclasses/validators/shape_validator.py
jsonclasses/validators/str_validator.py
jsonclasses/validators/strict_validator.py
jsonclasses/validators/temp_validator.py
jsonclasses/validators/transform_validator.py
jsonclasses/validators/trim_validator.py
jsonclasses/validators/truncate_validator.py
jsonclasses/validators/type_validator.py
jsonclasses/validators/unique_validator.py
jsonclasses/validators/usefor_validator.py
jsonclasses/validators/validate_validator.py
jsonclasses/validators/validator.py
jsonclasses/validators/writenonnull_validator.py
jsonclasses/validators/writeonce_validator.py
jsonclasses/validators/writeonly_validator.py
tests/__init__.py
tests/test_abstract.py
tests/test_assign.py
tests/test_auto_types.py
tests/test_bool.py
tests/test_compare.py
tests/test_date.py
tests/test_datetime.py
tests/test_default.py
tests/test_dictof.py
tests/test_eager_validation.py
tests/test_encoder.py
tests/test_enum.py
tests/test_float.py
tests/test_graph.py
tests/test_inheritance.py
tests/test_initialize.py
tests/test_instanceof.py
tests/test_int.py
tests/test_internal.py
tests/test_is_modified.py
tests/test_is_new.py
tests/test_jsonclass.py
tests/test_length.py
tests/test_listof.py
tests/test_nonnull.py
tests/test_oneoftype.py
tests/test_onsave.py
tests/test_onupdate.py
tests/test_onwrite.py
tests/test_owned_dict.py
tests/test_owned_list.py
tests/test_present.py
tests/test_presentwith.py
tests/test_presentwithout.py
tests/test_preserialize_validation.py
tests/test_readonly.py
tests/test_required.py
tests/test_reset.py
tests/test_serialize.py
tests/test_set.py
tests/test_setonsave.py
tests/test_shape.py
tests/test_str.py
tests/test_strict.py
tests/test_temp.py
tests/test_tojson.py
tests/test_transform.py
tests/test_trim.py
tests/test_update.py
tests/test_validate.py
tests/test_validatevalidator.py
tests/test_writenonnull.py
tests/test_writeonce.py
tests/test_writeonly.py
tests/classes/__init__.py
tests/classes/abstract_object.py
tests/classes/article.py
tests/classes/author.py
tests/classes/auto_setting.py
tests/classes/auto_str_setting.py
tests/classes/blog.py
tests/classes/compare_user.py
tests/classes/default_date.py
tests/classes/default_datetime.py
tests/classes/default_dict.py
tests/classes/default_float.py
tests/classes/default_list.py
tests/classes/default_shape.py
tests/classes/default_shape_value.py
tests/classes/default_str.py
tests/classes/enum_user.py
tests/classes/ev_user.py
tests/classes/gender_user.py
tests/classes/group_template.py
tests/classes/linked_article.py
tests/classes/linked_author.py
tests/classes/linked_customer.py
tests/classes/linked_default_post.py
tests/classes/linked_default_user.py
tests/classes/linked_product.py
tests/classes/linked_profile.py
tests/classes/linked_school.py
tests/classes/linked_sos.py
tests/classes/linked_student.py
tests/classes/linked_user.py
tests/classes/list_quiz.py
tests/classes/lname_gender_user.py
tests/classes/nested_object.py
tests/classes/nonnull_user.py
tests/classes/nullable_list.py
tests/classes/nullable_record.py
tests/classes/onwrite.py
tests/classes/password_user.py
tests/classes/ps_user.py
tests/classes/resetable_score.py
tests/classes/role_user.py
tests/classes/simple_account.py
tests/classes/simple_address.py
tests/classes/simple_article.py
tests/classes/simple_auth_code.py
tests/classes/simple_authcode.py
tests/classes/simple_balance.py
tests/classes/simple_book.py
tests/classes/simple_chart.py
tests/classes/simple_code.py
tests/classes/simple_company.py
tests/classes/simple_config_user.py
tests/classes/simple_contact.py
tests/classes/simple_deadline.py
tests/classes/simple_employee.py
tests/classes/simple_folder.py
tests/classes/simple_language.py
tests/classes/simple_list.py
tests/classes/simple_mixed.py
tests/classes/simple_node.py
tests/classes/simple_order.py
tests/classes/simple_project.py
tests/classes/simple_quiz.py
tests/classes/simple_record.py
tests/classes/simple_secret.py
tests/classes/simple_setting.py
tests/classes/simple_shape_setting.py
tests/classes/simple_shorthand_setting.py
tests/classes/simple_student.py
tests/classes/simple_tenant.py
tests/classes/simple_user.py
tests/classes/simple_user_account.py
tests/classes/simple_weather.py
tests/classes/simple_wordbook.py
tests/classes/transform_name.py
tests/classes/typed_list.py
tests/classes/typed_record.py
tests/classes/user_onsave.py
tests/classes/user_onupdate.py
tests/classes/user_sos.py
tests/classes/valid_password.py
tests/classes/value_gender_user.py