Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ueman/stack_trace_parser

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

Last synced: about 1 month 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);
```