An open API service indexing awesome lists of open source software.

https://github.com/ueman/stack_trace_parser

Parses stack traces in various formats
https://github.com/ueman/stack_trace_parser

Last synced: 4 months ago
JSON representation

Parses stack traces in various formats

Awesome Lists containing this project

README

        

# Stack Trace Parser

Supports parsing various stack trace formats into nice to work with data structures.

## Usage

```dart
const jvmException = JvmException.parse(javaStackTraceString);
```