Radomir Sohlich
Zlin, Czech Republic

Java

Streaming JSON with Jackson

  • Feb 8, 2017
  • POST
Sometimes there is a situation, when it is more efficient to parse the JSON in stream way. Especially if you are dealing with huge input or slow connection. In that case the JSON need to be read as it comes from input part by part. The side effect of such approach is that you are able to read corrupted JSON arrays in some kind of comfortable way. Well known Jackson library (https://github.com/FasterXML/jackson-core) provides so called stream API to handle it.
LATESTS
Golang: Don’t afraid of makefiles
  • Sep 18, 2017
  • POST
Deploy on Clever Cloud with Bitbucket Pipelines
  • Aug 31, 2017
  • POST
Angular on Electron, part 2
  • Aug 20, 2017
  • POST
Angular on Electron, part 1
  • Jul 29, 2017
  • POST
Streaming JSON with Jackson
  • Feb 8, 2017
  • POST
Nats Proxy Framework
  • Aug 28, 2016
  • POST
CATEGORIES
  • golang
  • angular
  • cloud
  • java
TAGS
  • angular
  • desktop
  • electron
  • golang
  • architecture
  • bitbucket
  • ci/cd
  • clever-cloud
  • development
  • docker

© 2017 Radomir Sohlich

Powered by Hugo.

Robust designed by Daisuke Tsuji.