1- # _ Json fields _
1+ # * Json fields *
22
33> GitHub Action to process JSON file by provided fields
44
1010[ ![ Reviewed by Hound] ( https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg )] ( https://houndci.com )
1111[ ![ Chat] ( https://img.shields.io/badge/chat-discussions-success.svg )] ( https://github.com/AlexRogalskiy/github-action-json-fields/discussions )
1212
13- [ ![ DeepScan grade] ( https://deepscan.io/api/teams/11946/projects/16314/branches/347248/badge/grade.svg )] ( https://deepscan.io/dashboard#view=project&tid=11946&pid=16314&bid=347248 )
13+ [ ![ DeepScan grade] ( https://deepscan.io/api/teams/11946/projects/16314/branches/347248/badge/grade.svg )] ( https://deepscan.io/dashboard#view=project\ & tid=11946\ & pid=16314\ & bid=347248 )
1414![ GitHub tag (latest by date)] ( https://img.shields.io/github/v/tag/AlexRogalskiy/github-action-json-fields )
1515![ GitHub Release Date] ( https://img.shields.io/github/release-date/AlexRogalskiy/github-action-json-fields )
1616![ Lines of code] ( https://tokei.rs/b1/github/AlexRogalskiy/github-action-json-fields?category=lines )
4040[ ![ Open questions] ( https://img.shields.io/badge/Open-questions-blue.svg?style=flat-curved )] ( https://github.com/AlexRogalskiy/github-action-json-fields/labels/question )
4141[ ![ Open bugs] ( https://img.shields.io/badge/Open-bugs-red.svg?style=flat-curved )] ( https://github.com/AlexRogalskiy/github-action-json-fields/labels/bug )
4242
43- ## _ Table of contents_
44-
45- <!-- ts-->
46- * [ <em >Json fields</em >] ( #json-fields )
47- * [ <em >Table of contents</em >] ( #table-of-contents )
48- * [ <em >Description</em >] ( #description )
49- * [ <em >Inputs</em >] ( #inputs )
50- * [ sourceData] ( #sourcedata )
51- * [ mode] ( #mode )
52- * [ unique] ( #unique )
53- * [ duplicate] ( #duplicate )
54- * [ jsonPath] ( #jsonpath )
55- * [ jsonFields] ( #jsonfields )
56- * [ sourceFile] ( #sourcefile )
57- * [ targetPath] ( #targetpath )
58- * [ targetFile] ( #targetfile )
59- * [ <em >Outputs</em >] ( #outputs )
60- * [ changed] ( #changed )
61- * [ true] ( #true )
62- * [ false] ( #false )
63- * [ <em >Examples</em >] ( #examples )
64- * [ <em >Visitor stats</em >] ( #visitor-stats )
65- * [ <em >Licensing</em >] ( #licensing )
66- * [ <em >Authors</em >] ( #authors )
67- * [ <em >Versioning</em >] ( #versioning )
68- * [ <em >Contribution</em >] ( #contribution )
69- * [ <em >Acknowledgement</em >] ( #acknowledgement )
70- * [ <em >Forks</em >] ( #forks )
71- * [ <em >Development Support</em >] ( #development-support )
72- <!-- te-->
73-
74- ## _ Description_
43+ ## * Table of contents*
44+
45+ - [ * Description* ] ( #description )
46+ - [ * Inputs* ] ( #inputs )
47+ - [ ` sourceData ` ] ( #sourcedata )
48+ - [ ` mode ` ] ( #mode )
49+ - [ ` jsonPath ` ] ( #jsonpath )
50+ - [ ` jsonFields ` ] ( #jsonfields )
51+ - [ ` sourceFile ` ] ( #sourcefile )
52+ - [ ` targetPath ` ] ( #targetpath )
53+ - [ ` targetFile ` ] ( #targetfile )
54+ - [ * Outputs* ] ( #outputs )
55+ - [ ` changed ` ] ( #changed )
56+ - [ * Examples* ] ( #examples )
57+ - [ * Visitor stats* ] ( #visitor-stats )
58+ - [ * Licensing* ] ( #licensing )
59+ - [ * Authors* ] ( #authors )
60+ - [ * Versioning* ] ( #versioning )
61+ - [ * Contribution* ] ( #contribution )
62+ - [ * Acknowledgement* ] ( #acknowledgement )
63+ - [ * Forks* ] ( #forks )
64+ - [ * Development Support* ] ( #development-support )
65+
66+ ## * Description*
7567
7668<p align =" center " style =" text-align :center ;" >
7769 <a href="https://www.typescriptlang.org/">
9082
9183Processes JSON file by provided list of fields and file source parameters.
9284
93- ## _ Inputs _
85+ ## * Inputs *
9486
9587### ` sourceData `
9688
@@ -182,7 +174,7 @@ More information on JSON path queries can be found at [jsonpath](https://www.npm
182174
183175** Optional** Target JSON destination file name (default ** sourceFile** )
184176
185- ## _ Outputs _
177+ ## * Outputs *
186178
187179### ` changed `
188180
@@ -196,7 +188,7 @@ When JSON source file successfully processed and results stored to destination f
196188
197189When error occurred while processing JSON source file
198190
199- ## _ Examples _
191+ ## * Examples *
200192
201193``` yml
202194- name : Process JSON file by fields
@@ -214,38 +206,38 @@ Running locally:
214206
215207- ` npm run start:action --action github-action-json-fields --mode 'unique' --jsonPath 'african' --jsonFields 'text' --sourceFile './data/african_proverbs.json' --targetPath './data' --targetFile 'african_proverbs_unique.json'`
216208
217- # # _Visitor stats_
209+ # # *Visitor stats*
218210
219- [](https://hits.seeyoufarm.com)
211+ [](https://hits.seeyoufarm.com)
220212
221213
222214
223215
224216
225- # # _Licensing_
217+ # # *Licensing*
226218
227- _** Json Fields**_ is distributed under LGPL version 3 or later,
228- [[License](https://github.com/AlexRogalskiy/github-action-json-fields/blob/master/LICENSE)]. LGPLv3 is additional
219+ *** Json Fields*** is distributed under LGPL version 3 or later,
220+ \ [[License](https://github.com/AlexRogalskiy/github-action-json-fields/blob/master/LICENSE)]. LGPLv3 is additional
229221permissions on top of GPLv3.
230222
231223
232224
233- # # _Authors_
225+ # # *Authors*
234226
235- _** Json Fields**_ is maintained by the following GitHub team-members :
227+ *** Json Fields*** is maintained by the following GitHub team-members:
236228
237229- [](https://github.com/AlexRogalskiy)
238230
239231with community support please contact with us if you have some question or proposition.
240232
241- # # _Versioning_
233+ # # *Versioning*
242234
243235The project uses [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on
244236this repository][tags].
245237
246- # # _Contribution_
238+ # # *Contribution*
247239
248- [](https://badges.pufler.dev)
240+ [](https://badges.pufler.dev)
249241
250242Please read
251243[CONTRIBUTING.md](https://github.com/AlexRogalskiy/github-action-json-fields/blob/master/.github/CONTRIBUTING.md)
@@ -260,39 +252,48 @@ specification. Contributions of any kind are welcome!
260252
261253See also the list of [contributors][contributors] who participated in this project.
262254
263- # # _Acknowledgement_
255+ # # *Acknowledgement*
264256
265257[][stars]
266258
267- # # _Forks_
259+ # # *Forks*
268260
269261[][forkers]
270262
271- # # _Development Support_
263+ # # *Development Support*
272264
273- Like _** Json Fields**_ ? Consider buying me a coffee :\ )
265+ Like *** Json Fields*** ? Consider buying me a coffee :)
274266
275- [](https://www.patreon.com/alexrogalskiy)
267+ [](https://www.patreon.com/alexrogalskiy)
276268[](https://www.buymeacoffee.com/AlexRogalskiy)
277269[](https://ko-fi.com/alexrogalskiy)
278270
279- ---
271+ ***
280272
281- [](https://www.typescriptlang.org/)
282- [](https://github.com/)
283- [](https://forthebadge.com/)
273+ [](https://www.typescriptlang.org/)
274+ [](https://github.com/)
275+ [](https://forthebadge.com/)
284276
285277[repo] : https://github.com/AlexRogalskiy/github-action-json-fields
278+
286279[tags] : https://github.com/AlexRogalskiy/github-action-json-fields/tags
280+
287281[issues] : https://github.com/AlexRogalskiy/github-action-json-fields/issues
282+
288283[pulls] : https://github.com/AlexRogalskiy/github-action-json-fields/pulls
284+
289285[wiki] : https://github.com/AlexRogalskiy/github-action-json-fields/wiki
286+
290287[stars] : https://github.com/AlexRogalskiy/github-action-json-fields/stargazers
288+
291289[forkers] : https://github.com/AlexRogalskiy/github-action-json-fields/network/members
290+
292291[contributors] : https://github.com/AlexRogalskiy/github-action-json-fields/graphs/contributors
292+
293293[license_id] : https://img.shields.io/github/license/AlexRogalskiy/github-action-json-fields
294+
294295[license_content] : https://github.com/AlexRogalskiy/github-action-json-fields/blob/master/LICENSE
295- [total_usages] :
296- https://img.shields.io/endpoint?url=https%3A%2F%2Fapi-git-master.endbug.vercel.app%2Fapi%2Fgithub-actions%2Fused-by%3Faction%3DAlexRogalskiy%2Fgithub-action-json-fields%26badge%3Dtrue
297- [search_results] :
298- https://github.com/search?o=desc&q=AlexRogalskiy/github-action-json-fields+path%3A.github%2Fworkflows+language%3AYAML&s=&type=Code
296+
297+ [total_usages] : https://img.shields.io/endpoint?url=https%3A%2F%2Fapi-git-master.endbug.vercel.app%2Fapi%2Fgithub-actions%2Fused-by%3Faction%3DAlexRogalskiy%2Fgithub-action-json-fields%26badge%3Dtrue
298+
299+ [search_results] : https://github.com/search?o=desc&q=AlexRogalskiy/github-action-json-fields+path%3A.github%2Fworkflows+language%3AYAML&s=&type=Code
0 commit comments