Skip to content

[Feature]: corefunc_json_encode_format #160

@skyzyx

Description

@skyzyx

What functionality would you like to see?

Will need to experiment to see if we can accept a list or map, or if we need to separate their inputs/implementations.

data "corefunc_json_encode_format" "formatted" {
  map    = {hello="world"}
  prefix = ""
  indent = "  "
}
#=> {
#     "hello": "world"
#   }

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions