Skip to content

Instantly share code, notes, and snippets.

View vy's full-sized avatar

Volkan Yazıcı vy

View GitHub Profile
@vy
vy / JsonReader.java
Created March 6, 2020 09:45
Single-file simple JSON parser for Java 8
/*
* Copyright 2020 Volkan Yazıcı
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@vy
vy / Throwables.java
Last active September 16, 2021 11:16
Utility method to stream exception causal chains in Java.
/*
* Copyright © 2021 Volkan Yazıcı ([email protected])
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software