Code Monkey home page Code Monkey logo

Comments (6)

hairyhenderson avatar hairyhenderson commented on August 15, 2024

Hi @haiheipijuan - thanks for logging this!

By "json flow" I'm assuming you mean something like a file containing multiple separate JSON objects. If so, there's currently no way to do this - you'd have to pre-process this somehow.

Can you tell me more about your use case, and how you'd expect to be able to use an input like that?

from gomplate.

haiheipijuan avatar haiheipijuan commented on August 15, 2024

Hi @hairyhenderson , thanks for your reply!
My case is simple,I handle a http request and get the JSON body, now i have to store it to a file named xxx.json, then use the command gomplate -d xxx.json < xxx.tpl. So I want to know if there is a way to skip this step .

from gomplate.

hairyhenderson avatar hairyhenderson commented on August 15, 2024

Ah! I misunderstood πŸ™‚

Yes, your use-case is possible, just use an HTTP URL as your datasource:

$ gomplate -d foo=https://foo.example.com/path/to/resource -f xxx.tpl
...

See https://gomplate.hairyhenderson.ca/functions/data/#usage-with-http-data for details.

Let me know if this answers your question! πŸ™‚

from gomplate.

hairyhenderson avatar hairyhenderson commented on August 15, 2024

Just a follow-up note since it's not currently documented: if the HTTP server responds with a Content-Type header, gomplate will parse the reply accordingly. So, when the HTTP server is sending application/json as the Content-Type, it'll get parsed. If there is no Content-Type header, gomplate will fall back to the file extension in the URL.

from gomplate.

haiheipijuan avatar haiheipijuan commented on August 15, 2024

OK, I got it. Thank you very much!

from gomplate.

hairyhenderson avatar hairyhenderson commented on August 15, 2024

Closing since it seems the question has been answered.

from gomplate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.