What will be json mapping for give configuration?

Hi

please any one provide j'son mapping for following HTML Strip:

index :
analysis :
analyzer :
index_analyzer:
type : custom
tokenizer : standard
filter : [lowercase]
char_filter : [html_strip]

Thanks

please any one provide j'son mapping for following HTML Strip:

Sam - seriously, read about YAML and JSON. They are very similar and
there is plenty of information on the net explaining how they work

clint

index :
analysis :
analyzer :
index_analyzer:
type : custom
tokenizer : standard
filter : [lowercase]
char_filter : [html_strip]

Thanks