Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to concatenate two []*fastjson.Value arrays to single one and save it to file #78

Open
beva-sdev opened this issue Jun 17, 2022 · 0 comments

Comments

@beva-sdev
Copy link

Question,

  1. I need to concatenate two two []*fastjson.Value arrays to one.
  2. Save the concatenated array to a file
  • Both arrays carry the same structured JSON objects. (imagine GET from API with different parameters)

trying to do:

var respjson []*fastjson.Value
var apijson []*fastjson.Value

for {
apijson = GetSomething(...)
...
respjson = append(respjson, apijson...) 
}

Please advice

thanks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant