Function deserializeJsonLine

Read one line from stream and deserialize the json value.

T deserializeJsonLine(T) (
  InputStream stream
);