Fields Present (get_fields_present_with_examples & fields_present_generator)¶
- libfjord.common.get_fields_present_with_examples(*args, **kwargs)¶
Returns list of fields present in some data, with a count of how many times they exist and some examples of their values.
- libfjord.common.fields_present_generator(json_data, prefix='')¶
Returns list of fields present in some data.