具体例がみつからなかったがいろいろやってるうちに出来たのでメモ
var options = {
prettyPrinting: {
enabled: true,
indentString: " "
}
};
上のように定義しておいて、
js2xmlparser("foo", bar, options);
js2xmlparserはオプションいろいろで便利そうです
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
具体例がみつからなかったがいろいろやってるうちに出来たのでメモ
var options = {
prettyPrinting: {
enabled: true,
indentString: " "
}
};
上のように定義しておいて、
js2xmlparser("foo", bar, options);
js2xmlparserはオプションいろいろで便利そうです
Register as a new user and use Qiita more conveniently
Go to list of users who liked