EmersonElectricCo / fsf

File Scanning Framework
Apache License 2.0
285 stars 49 forks source link

converted the constants_pool object in META_JAVA_CLASS #41

Closed akniffe1 closed 7 years ago

akniffe1 commented 7 years ago

Moved from a list of tuples of (int, str, str) to a list of dicts of {index:int, type:str, value:str} per discussion in #40 . This should alleviate issues where the tuple gets converted to a list of multiple object types by the python json library, however the resulting json can't be processed by Elasticsearch.

Also updated the dates on the module to reflect the update and the new year.