Bytes parsing #417
emil14
started this conversation in
Standard Library
Replies: 1 comment
-
Constant solutionCreate
ProblemIt seems to be a synchronous approach - we don't parse data peace by peace |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Go it's possible to pass pointer to function that takes
interface{}
likejson.Unmarshal
:How to do this in FBP where we don't have pointers?
NOTE: this is
fundamenal
since almost any program gets its input from outside asbytes
Beta Was this translation helpful? Give feedback.
All reactions