You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSON output support for all message types. Any protocol tree can be serialized into a JSON string with la_proto_tree_format_json() function. Functions for serializing each individual message type into JSON are provided as well. Refer to doc/API_REFERENCE.md for details.
decode_acars_apps application now supports both human readable and JSON output. To enable JSON output, set LA_JSON environment variable to any value. If LA_JSON is not set, the program displays human readable output.