how to import packages in json file?

Viewed 19
import net.sf.json.JSONObject;

import hudson.model.Actionable;

import groovy.json.*
import groovy.json.JsonOutput;

I want to use this packages in my json file as i am converting my jenkinsfile to create an xml file.

0 Answers
Related