Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

toJson for an ArrayList inside a DataRow is only handling Strings, need to handle other types #160

@StephanWald

Description

@StephanWald

dr! = new DataRow()
ar! = new java.util.ArrayList()
ar!.add("TEST")
ar!.add(12.34)
ar!.add("Boolean.FALSE")
dr!.setFieldValue("A_LIST",ar!)
? dr!.toJson(0)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions